Fixed a typo in the mkdir command in the Dockerfile.
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:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user