mark2web/Dockerfile

5 lines
142 B
Docker
Raw Normal View History

2019-02-14 14:22:41 +01:00
FROM alpine
2019-02-28 15:45:11 +01:00
RUN apk update && apk add ca-certificates openssh-client sshpass rsync gzip && rm -r /var/cache/
2019-02-20 09:59:03 +01:00
ADD mark2web /
2019-02-14 14:22:41 +01:00
CMD ["/mark2web"]