repo-cloner/creator/Dockerfile

12 lines
126 B
Docker
Raw Normal View History

2018-02-08 15:22:17 +01:00
# Alpine base image
FROM alpine:edge
VOLUME /data
RUN apk add --no-cache bash docker openssh-keygen
CMD [ "/bin/bash" ]