Create a symlink to /run at /var/run because Ubuntu.
All checks were successful
ci/woodpecker/push/build-image Pipeline was successful

This commit is contained in:
2026-02-01 21:40:29 -06:00
parent 6e762a268b
commit 800010b1ff

View File

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