mirror of
https://github.com/nitnelave/lldap.git
synced 2023-04-12 14:25:13 +00:00
add bash, entrypoint deps.
This commit is contained in:
parent
09797695aa
commit
9a869a1474
2
.github/workflows/Dockerfile.ci.alpine
vendored
2
.github/workflows/Dockerfile.ci.alpine
vendored
@ -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 \
|
||||
|
Loading…
Reference in New Issue
Block a user