aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Dockerfile b/Dockerfile
index 9e5aecf..84b9454 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -11,7 +11,7 @@ RUN apk --no-cache add libc-dev git gcc make \
openssl-dev libzip lua5.4-dev zlib-dev \
musl-libintl gettext-static
-RUN make NO_REGEX=NeedsStartEnd LUA_PKGCONFIG=lua5.4 install
+RUN make NO_REGEX=NeedsStartEnd LUA_PKGCONFIG=lua5.4 -j$(nproc) install
FROM alpine:latest AS runtime