Skip to content

Commit

Permalink
FIX: dockerfile luarocks install
Browse files Browse the repository at this point in the history
  • Loading branch information
Paliak committed Jul 18, 2024
1 parent ab4e908 commit 7e049d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ RUN --mount=type=cache,from=luarocks,source=/opt,target=/opt make -C /opt/luaroc

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

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

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
RUN --mount=type=cache,from=emmyluadebugger,source=/opt,target=/opt make -C /opt/EmmyLuaDebugger/build/ install
Expand Down

0 comments on commit 7e049d6

Please sign in to comment.