mark2web/build/package/Dockerfile

5 lines
148 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-03-19 11:15:32 +01:00
ADD ../../mark2web /
2019-02-14 14:22:41 +01:00
CMD ["/mark2web"]