summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Dockerfile b/Dockerfile
index 92e99a7f..989188de 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -7,7 +7,7 @@ ADD . /source
WORKDIR /source
RUN cmake . -DCMAKE_INSTALL_PREFIX=/app
-RUN make install
+RUN make -j$(nproc) install
FROM fedora:36
RUN dnf update -y && \