Skip to content
This repository was archived by the owner on Dec 6, 2023. It is now read-only.

Commit 074cf60

Browse files
committed
Issue #33: Add jq to Dockerfile
1 parent 2b7561b commit 074cf60

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

0.X/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ RUN addgroup vault && \
1010

1111
# Set up certificates, our base tools, and Vault.
1212
RUN set -eux; \
13-
apk add --no-cache ca-certificates gnupg openssl libcap su-exec dumb-init tzdata && \
13+
apk add --no-cache ca-certificates gnupg openssl libcap su-exec dumb-init tzdata jq && \
1414
apkArch="$(apk --print-arch)"; \
1515
case "$apkArch" in \
1616
armhf) ARCH='arm' ;; \

0 commit comments

Comments
 (0)