Update Dockerfile.ci

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

View File

@ -56,7 +56,7 @@ ENV UID=1000
ENV GID=1000
ENV USER=lldap
RUN apt update && \
apt install -y --no-install-recommends tini ca-certificates && \
apt install -y --no-install-recommends tini ca-certificates gosu && \
apt clean && \
rm -rf /var/lib/apt/lists/* && \
groupadd -g $GID $USER && useradd --system -m -g $USER --uid $UID $USER