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

Commit

Permalink
Issue #33: Add jq to Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
Philippe Boyd authored and philippeboyd committed Jun 19, 2019
1 parent 2b7561b commit 7469dca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 0.X/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ RUN addgroup vault && \

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

0 comments on commit 7469dca

Please sign in to comment.