add basic rsync server image
This commit is contained in:
parent
ab7a0569a9
commit
bc3edaad62
3 changed files with 15 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue