mark2web/Dockerfile

5 lines
151 B
Docker
Raw Normal View History

2019-02-14 14:22:41 +01:00
FROM alpine
2019-02-20 09:12:25 +01:00
RUN apk update && apk add openssh-client sshpass rsync gzip && rm -r /var/cache/
2019-02-20 09:02:54 +01:00
ADD dist/mark2web-linux-amd64 /mark2web
2019-02-14 14:22:41 +01:00
CMD ["/mark2web"]