We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ab4e908 commit 7e049d6Copy full SHA for 7e049d6
1 file changed
Dockerfile
@@ -28,7 +28,7 @@ RUN --mount=type=cache,from=luarocks,source=/opt,target=/opt make -C /opt/luaroc
28
29
#Install here to install pkgs in pararell with compilation of emmylua and luajit
30
31
-RUN parallel luarocks install ::: busted cluacov luacov luacov-coveralls Lua-cURL lua-zlib luaposix luacheck
+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
32
33
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
34
RUN --mount=type=cache,from=emmyluadebugger,source=/opt,target=/opt make -C /opt/EmmyLuaDebugger/build/ install
0 commit comments