We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4e4862e + a4109ad commit 7a30645Copy full SHA for 7a30645
Dockerfile
@@ -45,7 +45,7 @@ COPY --chown=docker:docker . .
45
RUN echo "building FORCE" && \
46
./debug.sh $debug && \
47
sed -i "/^INSTALLDIR=/cINSTALLDIR=$INSTALL_DIR/" Makefile && \
48
- make -j && \
+ make -j$(nproc) && \
49
make install && \
50
make clean && \
51
cd $HOME && \
0 commit comments