diff --git a/build/package/Dockerfile b/build/package/Dockerfile index 310b3e3..db3c2cd 100644 --- a/build/package/Dockerfile +++ b/build/package/Dockerfile @@ -1,4 +1,4 @@ FROM alpine -RUN apk update && apk add ca-certificates openssh-client sshpass rsync gzip && rm -r /var/cache/ +RUN apk update && apk add ca-certificates openssh-client sshpass rsync gzip libc6-compat && rm -r /var/cache/ ADD mark2web / CMD ["/mark2web"]