From 4eccac8a4412378532c0d06ea04c0cc4fd1a03fc Mon Sep 17 00:00:00 2001 From: Daniel Choi Date: Tue, 24 Nov 2020 13:36:46 -0800 Subject: [PATCH] add jq (#616) --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 169cfae2..cd7e36a2 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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