add basic rsync server image

This commit is contained in:
Tony Blyler 2021-05-15 00:41:19 -04:00
parent ab7a0569a9
commit bc3edaad62
Signed by: tblyler
GPG key ID: 7F13D9A60C0D678E
3 changed files with 15 additions and 0 deletions

View file

@ -3,3 +3,5 @@ FROM alpine:3.13
RUN apk add --no-cache \
openssh-server \
rsync
RUN mkdir -p /root/.ssh && cp /etc/ssh/sshd_config /etc/default_sshd_config