drop certs subdir
All checks were successful
ci/woodpecker/push/build-package Pipeline was successful
ci/woodpecker/push/build-container Pipeline was successful
ci/woodpecker/push/docs Pipeline was successful
ci/woodpecker/push/notify Pipeline was successful

This commit is contained in:
Robert Kaussow 2024-07-06 14:14:14 +02:00
parent a557184154
commit 651f688df0
Signed by: xoxys
GPG Key ID: 4E692A2EAECC03C0

View File

@ -25,7 +25,7 @@ RUN addgroup -g 1001 -S ldap && \
openldap-overlay-rwm=${OPENLDAP_VERSION} \
openldap-overlay-memberof=${OPENLDAP_VERSION} \
openldap-clients=${OPENLDAP_VERSION} && \
mkdir -p /openldap/conf /openldap/data /openldap/certs && \
mkdir -p /openldap/conf /openldap/data && \
cp /etc/openldap/slapd.conf /openldap/conf/slapd.conf && \
chown -R ldap:ldap /openldap && \
apk del .build-deps && \