Skip to content

Commit bdbe0b1

Browse files
committed
Fix luarocks constant limit issue 1797
1 parent 7390d91 commit bdbe0b1

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

Dockerfile

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,10 @@ RUN cd $HOME
1515
COPY ./lua_resty_netacea-0.2-2.rockspec ./
1616
COPY ./src ./src
1717

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+
1822
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

Comments
 (0)