Update Dockerfile

This commit is contained in:
Sebastian Hugentobler 2016-10-11 13:28:01 +02:00 committed by GitHub
parent b434eb6551
commit 2e643bac58

View File

@ -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