From 865b2a19c803b454d5bd914c5fbd336803a0e988 Mon Sep 17 00:00:00 2001 From: Robert Kaussow Date: Sun, 7 Jul 2024 11:14:57 +0200 Subject: [PATCH] drop bash again --- Containerfile.multiarch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Containerfile.multiarch b/Containerfile.multiarch index 5e6b1c6..4506d55 100644 --- a/Containerfile.multiarch +++ b/Containerfile.multiarch @@ -19,7 +19,7 @@ ENV OPENLDAP_VERSION=2.6.7-r0 RUN addgroup -g 1001 -S ldap && \ adduser -S -D -H -u 1001 -h /var/www -s /usr/lib/openldap -G ldap -g ldap ldap && \ apk --update add --virtual .build-deps curl && \ - apk --update --no-cache add bash openldap=${OPENLDAP_VERSION} \ + apk --update --no-cache add openldap=${OPENLDAP_VERSION} \ openldap-back-ldap=${OPENLDAP_VERSION} \ openldap-back-mdb=${OPENLDAP_VERSION} \ openldap-overlay-rwm=${OPENLDAP_VERSION} \