Skip to content
This repository has been archived by the owner on Nov 30, 2021. It is now read-only.

Commit

Permalink
add jq (#616)
Browse files Browse the repository at this point in the history
  • Loading branch information
araskachoi authored Nov 24, 2020
1 parent 66d1918 commit 4eccac8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ RUN make build
FROM alpine

# Install ca-certificates
RUN apk add --update ca-certificates
RUN apk add --update ca-certificates jq
WORKDIR /root

# Copy over binaries from the build-env
Expand Down

0 comments on commit 4eccac8

Please sign in to comment.