Fixed a typo in the mkdir command in the Dockerfile.
All checks were successful
ci/woodpecker/push/build-image Pipeline was successful

This commit is contained in:
2026-02-01 21:10:16 -06:00
parent 49bb697e1d
commit ba51716a00

View File

@@ -6,7 +6,7 @@ LABEL description="OpenLDAP" \
version="Ubuntu 24.04" version="Ubuntu 24.04"
# Create the necesary directories for slapd # Create the necesary directories for slapd
RUN mkdir -pf /var/run/slapd RUN mkdir -p /var/run/slapd
# Install the necessary packages for LDAP Proxy server # Install the necessary packages for LDAP Proxy server
ENV DEBIAN_FRONTEND=noninteractive ENV DEBIAN_FRONTEND=noninteractive