diff --git a/Dockerfile b/Dockerfile index ebc6339..2e4cecd 100644 --- a/Dockerfile +++ b/Dockerfile @@ -4,7 +4,7 @@ RUN addgroup syncer RUN adduser -h /app -D -G syncer syncer RUN apk --no-cache add tar redis make git openssl perl gcc musl-dev pcre pcre-dev openssl-dev lua lua-dev unzip curl -RUN apk --no-cache --repository http://dl-3.alpinelinux.org/alpine/edge/testing/ --allow-untrusted add luarocks5.1 +RUN apk --no-cache --repository http://dl-3.alpinelinux.org/alpine/edge/community/ --allow-untrusted add luarocks5.1 WORKDIR /app