mirror of
https://github.com/zabbix/zabbix-docker.git
synced 2025-05-29 06:17:38 +02:00
Added KRB5-MIT
client library to proxy-sqlite3
| Distro | Version | | ------ | ------- | | alpine | 3.21 | | centos | stream9-minimal | | oracle linux | 9-slim | | rhel-ubi | 9.5 | | ubuntu | noble |
This commit is contained in:
parent
340d261251
commit
7440b6dcec
@ -48,6 +48,7 @@ RUN set -eux && \
|
|||||||
tzdata \
|
tzdata \
|
||||||
traceroute \
|
traceroute \
|
||||||
nmap \
|
nmap \
|
||||||
|
krb5 \
|
||||||
fping \
|
fping \
|
||||||
iputils \
|
iputils \
|
||||||
openssl \
|
openssl \
|
||||||
|
@ -50,6 +50,7 @@ RUN --mount=type=tmpfs,target=/var/lib/dnf/ \
|
|||||||
libevent \
|
libevent \
|
||||||
traceroute \
|
traceroute \
|
||||||
nmap \
|
nmap \
|
||||||
|
krb5-workstation \
|
||||||
libssh \
|
libssh \
|
||||||
fping \
|
fping \
|
||||||
file-libs \
|
file-libs \
|
||||||
|
@ -51,6 +51,7 @@ RUN --mount=type=tmpfs,target=/var/lib/dnf/ \
|
|||||||
libevent \
|
libevent \
|
||||||
traceroute \
|
traceroute \
|
||||||
nmap \
|
nmap \
|
||||||
|
krb5-workstation \
|
||||||
libssh \
|
libssh \
|
||||||
fping \
|
fping \
|
||||||
file-libs \
|
file-libs \
|
||||||
|
@ -69,6 +69,7 @@ RUN --mount=type=tmpfs,target=/var/lib/dnf/ \
|
|||||||
INSTALL_PKGS="bash \
|
INSTALL_PKGS="bash \
|
||||||
traceroute \
|
traceroute \
|
||||||
nmap \
|
nmap \
|
||||||
|
krb5-workstation \
|
||||||
shadow-utils \
|
shadow-utils \
|
||||||
fping \
|
fping \
|
||||||
iputils \
|
iputils \
|
||||||
|
@ -51,6 +51,7 @@ RUN --mount=type=cache,target=/var/cache/apt/,sharing=locked \
|
|||||||
tzdata \
|
tzdata \
|
||||||
traceroute \
|
traceroute \
|
||||||
nmap \
|
nmap \
|
||||||
|
krb5-user \
|
||||||
ca-certificates \
|
ca-certificates \
|
||||||
fping \
|
fping \
|
||||||
openssl \
|
openssl \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user