Dockerfile: add jq/jo/curl, required by bootstrap.sh
This commit is contained in:
2
.github/workflows/Dockerfile.ci.alpine-base
vendored
2
.github/workflows/Dockerfile.ci.alpine-base
vendored
@@ -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