diff --git a/Dockerfile b/Dockerfile index 80fa9d3..c75f76e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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