This commit is contained in:
Daniel Choi 2020-11-24 13:36:46 -08:00 committed by GitHub
parent 66d19188f6
commit 4eccac8a44
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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