@@ -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"]
|
||||
|
||||
Reference in New Issue
Block a user