github.com_burnett01_rsync-.../Dockerfile
2020-01-02 12:23:40 +00:00

8 lines
219 B
Docker

FROM alpine:3.11
MAINTAINER Dr Internet <internet@limelightgaming.net>
RUN apk update
RUN apk add --no-cache rsync openssh-client ca-certificates
RUN update-ca-certificates
RUN rm -rf /var/cache/apk/*
RUN mkdir ~/.ssh