alpine/bin-dl/Dockerfile

3 lines
80 B
Docker

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