build(docker): add pkg jq (#710)

build(docker): add pkg jq
This commit is contained in:
ze0s 2023-02-12 18:03:32 +01:00 committed by GitHub
parent b21c01a7df
commit 088cb8154c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

@ -43,7 +43,7 @@ ENV HOME="/config" \
XDG_CONFIG_HOME="/config" \
XDG_DATA_HOME="/config"
RUN apk --no-cache add ca-certificates curl tzdata
RUN apk --no-cache add ca-certificates curl tzdata jq
WORKDIR /app

View file

@ -31,7 +31,7 @@ ENV HOME="/config" \
XDG_CONFIG_HOME="/config" \
XDG_DATA_HOME="/config"
RUN apk --no-cache add ca-certificates curl tzdata
RUN apk --no-cache add ca-certificates curl tzdata jq
WORKDIR /app