Update Dockerfile.ci.alpine

gosu exist in edge testing
This commit is contained in:
Dedy Martadinata S 2022-07-11 23:31:55 +07:00 committed by GitHub
parent 86d14f6f89
commit 59f1da4fd3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -56,7 +56,8 @@ WORKDIR /app
ENV UID=1000
ENV GID=1000
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 && \
adduser \
--disabled-password \