dockerfiles/jq/Dockerfile

10 lines
109 B
Docker
Raw Normal View History

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