Update dockerfile
This commit is contained in:
parent
28f606b768
commit
950c4e3cd6
@ -18,7 +18,7 @@ RUN echo "slapd slapd/password1 password admin" | debconf-set-selections && \
|
|||||||
RUN dpkg-reconfigure -f noninteractive slapd
|
RUN dpkg-reconfigure -f noninteractive slapd
|
||||||
|
|
||||||
# create a script to automatically start slapd while this dockerfile is being parsed
|
# create a script to automatically start slapd while this dockerfile is being parsed
|
||||||
COPY start-slapd.sh ./start-slapd.sh
|
COPY ./start-slapd.sh ./start-slapd.sh
|
||||||
RUN chmod +x ./start-slapd.sh
|
RUN chmod +x ./start-slapd.sh
|
||||||
|
|
||||||
# open up LDAP simple port
|
# open up LDAP simple port
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user