prepare release
All checks were successful
the build was successful

This commit is contained in:
Sebastian Frank
2019-02-20 09:12:25 +01:00
parent b38ba11b6b
commit 97432a5daf
3 changed files with 48 additions and 5 deletions

View File

@@ -1,4 +1,4 @@
FROM alpine
RUN apk update && apk add openssh-client sshpass rsync && rm -r /var/cache/
RUN apk update && apk add openssh-client sshpass rsync gzip && rm -r /var/cache/
ADD dist/mark2web-linux-amd64 /mark2web
CMD ["/mark2web"]