mirror of
https://github.com/lldap/lldap.git
synced 2026-07-25 17:58:44 +00:00
Dockerfile: add jq/jo/curl, required by bootstrap.sh
This commit is contained in:
@@ -64,7 +64,7 @@ WORKDIR /app
|
||||
ENV UID=1000
|
||||
ENV GID=1000
|
||||
ENV USER=lldap
|
||||
RUN apk add --no-cache tini ca-certificates bash tzdata && \
|
||||
RUN apk add --no-cache tini ca-certificates bash tzdata jq curl jo && \
|
||||
addgroup -g $GID $USER && \
|
||||
adduser \
|
||||
--disabled-password \
|
||||
|
||||
Reference in New Issue
Block a user