mirror of
https://github.com/nitnelave/lldap.git
synced 2023-04-12 14:25:13 +00:00
Update Dockerfile.ci.alpine
gosu exist in edge testing
This commit is contained in:
parent
86d14f6f89
commit
59f1da4fd3
3
.github/workflows/Dockerfile.ci.alpine
vendored
3
.github/workflows/Dockerfile.ci.alpine
vendored
@ -56,7 +56,8 @@ WORKDIR /app
|
|||||||
ENV UID=1000
|
ENV UID=1000
|
||||||
ENV GID=1000
|
ENV GID=1000
|
||||||
ENV USER=lldap
|
ENV USER=lldap
|
||||||
RUN apk add --no-cache tini ca-certificates bash gosu && \
|
RUN echo http://mirror.math.princeton.edu/pub/alpinelinux/edge/testing/ >> /etc/apk/repositories && \
|
||||||
|
apk add --no-cache tini ca-certificates bash gosu && \
|
||||||
addgroup -g $GID $USER && \
|
addgroup -g $GID $USER && \
|
||||||
adduser \
|
adduser \
|
||||||
--disabled-password \
|
--disabled-password \
|
||||||
|
Loading…
Reference in New Issue
Block a user