Files
Quanx-lhie1-Rules/Dockerfile
2020-12-09 04:49:05 +08:00

10 lines
174 B
Docker

FROM alpine:3.10
RUN apk update && apk upgrade && \
apk add --no-cache git openssh
COPY mirror.sh /mirror.sh
COPY setup-ssh.sh /setup-ssh.sh
ENTRYPOINT ["/mirror.sh"]