We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7390d91 commit bdbe0b1Copy full SHA for bdbe0b1
Dockerfile
@@ -15,4 +15,10 @@ RUN cd $HOME
15
COPY ./lua_resty_netacea-0.2-2.rockspec ./
16
COPY ./src ./src
17
18
+RUN curl -L -o /tmp/luarocks-3.12.2-1.src.rock https://luarocks.org/luarocks-3.12.2-1.src.rock &&\
19
+ luarocks install /tmp/luarocks-3.12.2-1.src.rock &&\
20
+ rm /tmp/luarocks-3.12.2-1.src.rock
21
+
22
RUN /usr/local/openresty/luajit/bin/luarocks make ./lua_resty_netacea-0.2-2.rockspec
23
24
+## https://github.com/luarocks/luarocks/issues/1797
0 commit comments