Create Dockerfile
This commit is contained in:
parent
36ea19e527
commit
38a2fda23c
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