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:
Marks Sunins 2025-03-24 07:12:26 +00:00
parent 340d261251
commit 7440b6dcec
No known key found for this signature in database
GPG Key ID: BADED4DBFD15F1A2
5 changed files with 5 additions and 0 deletions

View File

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

View File

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

View File

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

View File

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

View File

@ -51,6 +51,7 @@ RUN --mount=type=cache,target=/var/cache/apt/,sharing=locked \
tzdata \
traceroute \
nmap \
krb5-user \
ca-certificates \
fping \
openssl \