Updated Dockerfile to create /run/slapd instead of /var/run/slapd because Ubuntu.
Some checks failed
ci/woodpecker/push/build-image Pipeline failed

This commit is contained in:
2026-02-01 21:33:58 -06:00
parent 9366eab50e
commit 6e762a268b

View File

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