First step for repo-cloner-creator

This commit is contained in:
2018-02-08 15:22:17 +01:00
parent aa601dc1fa
commit ac3be9e9a5
4 changed files with 18 additions and 0 deletions

11
creator/Dockerfile Normal file
View File

@@ -0,0 +1,11 @@
# Alpine base image
FROM alpine:edge
VOLUME /data
RUN apk add --no-cache bash docker openssh-keygen
CMD [ "/bin/bash" ]