Creator -> creator-image + makefile

This commit is contained in:
2018-02-10 00:19:17 +01:00
parent 56f6ac2bc6
commit b1c4f1ca6c
5 changed files with 5 additions and 1 deletions

9
creator-image/Dockerfile Normal file
View File

@@ -0,0 +1,9 @@
# Alpine base image
FROM alpine:edge
RUN apk add --no-cache bash docker openssh-keygen vim
ADD entrypoint-command /bin/entrypoint
CMD [ "/bin/entrypoint" ]