mirror of
https://github.com/bitnami/containers.git
synced 2026-02-26 07:37:24 +08:00
added package krb5-user for Kerberos authentication to work (#17562)
Signed-off-by: Thomas Höll <tho@dreitier.com> Signed-off-by: Thomas Höll <tho@dreitier.com>
This commit is contained in:
@@ -20,7 +20,7 @@ ENV HOME="/" \
|
||||
COPY prebuildfs /
|
||||
SHELL ["/bin/bash", "-o", "pipefail", "-c"]
|
||||
# Install required system packages and dependencies
|
||||
RUN install_packages ca-certificates curl libaio1 procps zlib1g
|
||||
RUN install_packages ca-certificates curl libaio1 procps zlib1g krb5-user
|
||||
RUN mkdir -p /tmp/bitnami/pkg/cache/ && cd /tmp/bitnami/pkg/cache/ && \
|
||||
COMPONENTS=( \
|
||||
"wait-for-port-1.0.6-0-linux-${OS_ARCH}-debian-11" \
|
||||
|
||||
Reference in New Issue
Block a user