module-packer/Dockerfile

5 lines
97 B
Docker

FROM alpine
RUN apk add curl git openssh jq bash zip
COPY pack.sh /usr/bin/pack
WORKDIR /usr/src