use direct url for sqlite
This commit is contained in:
parent
dacc5a8d7b
commit
bf2bcc4a7f
@ -10,6 +10,7 @@ RUN apk add --no-cache git make gcc g++ musl-dev libffi-dev openssl-dev sqlite-d
|
|||||||
WORKDIR /app
|
WORKDIR /app
|
||||||
COPY . .
|
COPY . .
|
||||||
RUN eval "$(luarocks --lua-version=5.1 path)"
|
RUN eval "$(luarocks --lua-version=5.1 path)"
|
||||||
|
RUN luarocks --lua-version=5.1 install https://luarocks.org/manifests/javierguerragiraldez/lsqlite3-0.9.6-1.rockspec
|
||||||
RUN luarocks --lua-version=5.1 build --only-deps
|
RUN luarocks --lua-version=5.1 build --only-deps
|
||||||
EXPOSE 8080
|
EXPOSE 8080
|
||||||
RUN chmod +x /app/start.sh
|
RUN chmod +x /app/start.sh
|
||||||
|
Loading…
Reference in New Issue
Block a user