dockerfiles/jq/Dockerfile
Jess Frazelle 4c8d199b21
update base image
Signed-off-by: Jess Frazelle <acidburn@google.com>
2016-10-07 19:03:54 -07:00

10 lines
109 B
Docker

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