Skip to content

Commit 7e049d6

Browse files
committed
FIX: dockerfile luarocks install
1 parent ab4e908 commit 7e049d6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ RUN --mount=type=cache,from=luarocks,source=/opt,target=/opt make -C /opt/luaroc
2828

2929
#Install here to install pkgs in pararell with compilation of emmylua and luajit
3030

31-
RUN parallel luarocks install ::: busted cluacov luacov luacov-coveralls Lua-cURL lua-zlib luaposix luacheck
31+
RUN luarocks install busted; luarocks install cluacov; luarocks install luacov; luarocks install luacov-coveralls; luarocks install Lua-cURL; luarocks install lua-zlib; luarocks install luaposix luacheck
3232

3333
RUN --mount=type=cache,from=luajit,source=/opt,target=/opt make -C /opt/LuaJIT/ install && ln -sf /usr/local/bin/luajit-2.1.0-beta3 /usr/local/bin/luajit
3434
RUN --mount=type=cache,from=emmyluadebugger,source=/opt,target=/opt make -C /opt/EmmyLuaDebugger/build/ install

0 commit comments

Comments
 (0)