Create a symlink to /run at /var/run because Ubuntu.
All checks were successful
ci/woodpecker/push/build-image Pipeline was successful
All checks were successful
ci/woodpecker/push/build-image Pipeline was successful
This commit is contained in:
@@ -7,6 +7,7 @@ LABEL description="OpenLDAP" \
|
|||||||
|
|
||||||
# Create the necesary directories for slapd
|
# Create the necesary directories for slapd
|
||||||
RUN mkdir -p /run/slapd
|
RUN mkdir -p /run/slapd
|
||||||
|
RUN ln -sf /run /var/run
|
||||||
|
|
||||||
# Install the necessary packages for LDAP Proxy server
|
# Install the necessary packages for LDAP Proxy server
|
||||||
ENV DEBIAN_FRONTEND=noninteractive
|
ENV DEBIAN_FRONTEND=noninteractive
|
||||||
|
|||||||
Reference in New Issue
Block a user