Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
zyclonite authored Dec 16, 2022
1 parent f9fd9e7 commit ae66aad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ ADD openssh-lpk.schema /etc/openldap/schema/openssh-lpk.schema
ADD entrypoint.sh /usr/local/bin/entrypoint.sh
RUN apk add --no-cache --purge --clean-protected -u ca-certificates openldap=$version \
openldap-clients openldap-overlay-ppolicy openldap-overlay-unique openldap-back-$backend \
&& mkdir /run/openldap \
&& mkdir -p /run/openldap \
&& chown $USER.$GROUP /run/openldap \
&& rm -rf /var/cache/apk/*

Expand Down

0 comments on commit ae66aad

Please sign in to comment.