Added KRB5-MIT client library to server-mysql

| Distro | Version |
| ------ | ------- |
| alpine | 3.21 |
| centos | stream9-minimal |
| oracle linux | 9-slim |
| rhel-ubi | 9.5 |
| ubuntu | noble |
This commit is contained in:
Marks Sunins 2025-03-24 05:28:10 +00:00
parent 0bc97ea57c
commit 6895a2c553
No known key found for this signature in database
GPG Key ID: BADED4DBFD15F1A2
5 changed files with 5 additions and 0 deletions

View File

@ -50,6 +50,7 @@ RUN set -eux && \
fping \
traceroute \
nmap \
krb5 \
tzdata \
iputils \
openssl \

View File

@ -52,6 +52,7 @@ RUN --mount=type=tmpfs,target=/var/lib/dnf/ \
fping \
traceroute \
nmap \
krb5-workstation \
hostname \
file-libs \
iputils \

View File

@ -53,6 +53,7 @@ RUN --mount=type=tmpfs,target=/var/lib/dnf/ \
fping \
traceroute \
nmap \
krb5-workstation \
hostname \
file-libs \
iputils \

View File

@ -71,6 +71,7 @@ RUN --mount=type=tmpfs,target=/var/lib/dnf/ \
INSTALL_PKGS="bash \
traceroute \
nmap \
krb5-workstation \
fping \
shadow-utils \
iputils \

View File

@ -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 \