mirror of
https://github.com/zabbix/zabbix-docker.git
synced 2025-04-12 05:18:24 +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 \
|
||||
traceroute \
|
||||
nmap \
|
||||
krb5 \
|
||||
fping \
|
||||
iputils \
|
||||
openssl \
|
||||
|
@ -50,6 +50,7 @@ RUN --mount=type=tmpfs,target=/var/lib/dnf/ \
|
||||
libevent \
|
||||
traceroute \
|
||||
nmap \
|
||||
krb5-workstation \
|
||||
libssh \
|
||||
fping \
|
||||
file-libs \
|
||||
|
@ -51,6 +51,7 @@ RUN --mount=type=tmpfs,target=/var/lib/dnf/ \
|
||||
libevent \
|
||||
traceroute \
|
||||
nmap \
|
||||
krb5-workstation \
|
||||
libssh \
|
||||
fping \
|
||||
file-libs \
|
||||
|
@ -69,6 +69,7 @@ RUN --mount=type=tmpfs,target=/var/lib/dnf/ \
|
||||
INSTALL_PKGS="bash \
|
||||
traceroute \
|
||||
nmap \
|
||||
krb5-workstation \
|
||||
shadow-utils \
|
||||
fping \
|
||||
iputils \
|
||||
|
@ -51,6 +51,7 @@ RUN --mount=type=cache,target=/var/cache/apt/,sharing=locked \
|
||||
tzdata \
|
||||
traceroute \
|
||||
nmap \
|
||||
krb5-user \
|
||||
ca-certificates \
|
||||
fping \
|
||||
openssl \
|
||||
|
Loading…
Reference in New Issue
Block a user