diff --git a/Dockerfile b/Dockerfile index cb803e6..cd50935 100644 --- a/Dockerfile +++ b/Dockerfile @@ -31,6 +31,9 @@ ENV GIN_ENV production RUN git clone https://github.com/koreader/koreader-sync-server.git server RUN chown -R syncer:syncer /app +RUN ln -s /usr/lib/lua /usr/local/lib/lua +RUN ln -s /usr/share/lua/ /usr/local/share/lua + RUN apk del tar make git gcc musl-dev pcre-dev openssl-dev lua-dev EXPOSE 7200