dockerfiles/jq/Dockerfile

9 lines
89 B
Docker
Raw Normal View History

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