ensure that all needed lua libraries are found
This commit is contained in:
parent
0abc3ac1b3
commit
aee56111b9
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user