Skip to content

Commit 56e0c63

Browse files
committed
add libpcre2-posix3
1 parent 8295683 commit 56e0c63

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

docker/Dockerfile

+1
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ RUN apt-get update \
2424
automake \
2525
libtool \
2626
libpcre2-dev \
27+
libpcre2-posix3 \
2728
wget \
2829
zlib1g-dev \
2930
git \

scripts/build-lua

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,6 @@ mv /tmp/luarocks-${LUAROCKS_VERSION} /tmp/luarocks
2929
cd /tmp/luarocks
3030

3131
./configure
32-
make
32+
make -j$(nproc)
3333

3434
echo -e "${BLUE}${GREEN}Luarocks build completed${RESET}"

0 commit comments

Comments
 (0)