alpine/git-curl-jq/Dockerfile

3 lines
70 B
Docker

FROM alpine:latest
RUN apk update ; apk upgrade ; apk add git curl jq