add bash, entrypoint deps.

This commit is contained in:
Dedy Martadinata S 2022-07-11 20:56:53 +07:00 committed by nitnelave
parent 09797695aa
commit 9a869a1474

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 && \
RUN apk add --no-cache tini ca-certificates bash && \
addgroup -g $GID $USER && \
adduser \
--disabled-password \