Signed-off-by: Jess Frazelle <acidburn@google.com>
This commit is contained in:
Jess Frazelle 2016-10-01 21:06:15 -07:00
parent d55c56944e
commit 28288d3f98
No known key found for this signature in database
GPG Key ID: 18F3685C0022BFF3

7
jq/Dockerfile Normal file
View File

@ -0,0 +1,7 @@
FROM alpine:edge
RUN apk add --no-cache \
ca-certificates \
bash \
git \
jq