Creator -> creator-image + makefile
This commit is contained in:
9
creator-image/Dockerfile
Normal file
9
creator-image/Dockerfile
Normal 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" ]
|
||||
|
||||
Reference in New Issue
Block a user