Update Dockerfile
This commit is contained in:
parent
b434eb6551
commit
2e643bac58
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user