mirror of
https://github.com/zabbix/zabbix-docker.git
synced 2025-06-19 08:17:34 +02:00
Added KRB5-MIT
client library to server-pgsql
| Distro | Version | | ------ | ------- | | alpine | 3.21 | | centos | stream9-minimal | | oracle linux | 9-slim | | rhel-ubi | 9.5 | | ubuntu | noble |
This commit is contained in:
parent
6895a2c553
commit
19206eaa65
@ -49,6 +49,7 @@ RUN set -eux && \
|
||||
INSTALL_PKGS="bash \
|
||||
traceroute \
|
||||
nmap \
|
||||
krb5 \
|
||||
fping \
|
||||
tzdata \
|
||||
iputils \
|
||||
|
@ -54,6 +54,7 @@ RUN --mount=type=tmpfs,target=/var/lib/dnf/ \
|
||||
traceroute \
|
||||
hostname \
|
||||
nmap \
|
||||
krb5-workstation \
|
||||
iputils \
|
||||
traceroute \
|
||||
libevent \
|
||||
|
@ -55,6 +55,7 @@ RUN --mount=type=tmpfs,target=/var/lib/dnf/ \
|
||||
hostname \
|
||||
traceroute \
|
||||
nmap \
|
||||
krb5-workstation \
|
||||
iputils \
|
||||
traceroute \
|
||||
libevent \
|
||||
|
@ -71,6 +71,7 @@ RUN --mount=type=tmpfs,target=/var/lib/dnf/ \
|
||||
INSTALL_PKGS="bash \
|
||||
traceroute \
|
||||
nmap \
|
||||
krb5-workstation \
|
||||
fping \
|
||||
shadow-utils \
|
||||
iputils \
|
||||
|
@ -52,6 +52,7 @@ RUN --mount=type=cache,target=/var/cache/apt/,sharing=locked \
|
||||
INSTALL_PKGS="bash \
|
||||
traceroute \
|
||||
nmap \
|
||||
krb5-user \
|
||||
tzdata \
|
||||
ca-certificates \
|
||||
iputils-ping \
|
||||
|
Loading…
x
Reference in New Issue
Block a user