mark2web/Dockerfile

5 lines
121 B
Docker
Raw Normal View History

2019-02-14 14:22:41 +01:00
FROM alpine
2019-02-16 11:14:12 +01:00
RUN apk update && apk add openssh-client sshpass rsync && rm -r /var/cache/
2019-02-14 14:22:41 +01:00
ADD mark2web /
CMD ["/mark2web"]