dockerfiles/jq/Dockerfile
Jess Frazelle cf902302f7
update jq
Signed-off-by: Jess Frazelle <acidburn@google.com>
2016-10-01 21:50:48 -07:00

10 lines
107 B
Docker

FROM alpine:edge
RUN apk add --no-cache \
bash \
ca-certificates \
curl \
git \
jq \
openssh-client