dockerfiles/jq/Dockerfile

8 lines
81 B
Docker
Raw Normal View History

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