diff options
Diffstat (limited to 'Applications/Services/mail/server/Dockerfile.rsync')
-rw-r--r-- | Applications/Services/mail/server/Dockerfile.rsync | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Applications/Services/mail/server/Dockerfile.rsync b/Applications/Services/mail/server/Dockerfile.rsync new file mode 100644 index 0000000..958db0f --- /dev/null +++ b/Applications/Services/mail/server/Dockerfile.rsync @@ -0,0 +1,3 @@ +FROM alpine + +RUN apk add rsync |