1
0
mirror of https://github.com/nitnelave/lldap.git synced 2023-04-12 14:25:13 +00:00

Update Dockerfile.ci.alpine

This commit is contained in:
Dedy Martadinata S 2022-07-11 23:04:06 +07:00 committed by GitHub
parent a6d4609d3b
commit 784545a35f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -56,7 +56,7 @@ WORKDIR /app
ENV UID=1000
ENV GID=1000
ENV USER=lldap
RUN apk add --no-cache tini ca-certificates bash && \
RUN apk add --no-cache tini ca-certificates bash gosu && \
addgroup -g $GID $USER && \
adduser \
--disabled-password \