github.com_burnett01_rsync-.../Dockerfile

8 lines
202 B
Docker
Raw Normal View History

2020-01-02 13:03:53 +01:00
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/*