Create Dockerfile
This commit is contained in:
parent
b959d62e29
commit
62f93cf01c
1 changed files with 5 additions and 0 deletions
5
backup/Dockerfile
Normal file
5
backup/Dockerfile
Normal file
|
@ -0,0 +1,5 @@
|
|||
FROM alpine
|
||||
RUN apk add rsync
|
||||
RUN apk add openssh
|
||||
|
||||
ENTRYPOINT ["/bin/sh", "-c","sleep infinity"]
|
Loading…
Reference in a new issue