alpine/mini-bash/Dockerfile

3 lines
63 B
Docker

FROM alpine:latest
RUN apk update ; apk upgrade ; apk add bash