burnett01-rsync-deployments/Dockerfile

9 lines
219 B
Docker
Raw Normal View History

2020-01-02 20:03:53 +08: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/*
2020-01-02 20:23:40 +08:00
RUN mkdir ~/.ssh