docker-rsync-ssh-server/Dockerfile

6 lines
68 B
Docker

FROM alpine:3.13
RUN apk add --no-cache \
openssh-server \
rsync