We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8295683 commit 56e0c63Copy full SHA for 56e0c63
docker/Dockerfile
@@ -24,6 +24,7 @@ RUN apt-get update \
24
automake \
25
libtool \
26
libpcre2-dev \
27
+ libpcre2-posix3 \
28
wget \
29
zlib1g-dev \
30
git \
scripts/build-lua
@@ -29,6 +29,6 @@ mv /tmp/luarocks-${LUAROCKS_VERSION} /tmp/luarocks
cd /tmp/luarocks
31
./configure
32
-make
+make -j$(nproc)
33
34
echo -e "${BLUE}❯ ${GREEN}Luarocks build completed${RESET}"
0 commit comments