mark2web/build/package/Dockerfile

5 lines
155 B
Docker
Raw Normal View History

2019-02-14 14:22:41 +01:00
FROM alpine
2019-03-21 16:23:33 +01:00
RUN apk update && apk add ca-certificates openssh-client sshpass rsync gzip libc6-compat && rm -r /var/cache/
2019-03-19 12:56:56 +01:00
ADD mark2web /
2019-02-14 14:22:41 +01:00
CMD ["/mark2web"]