Skip to content

Commit 0c1feee

Browse files
committed
Make build faster
1 parent 5c0b6b7 commit 0c1feee

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Dockerfile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,7 @@ RUN cd /root \
2222
&& tar xzf ntl-$NTL_VERSION.tar.gz \
2323
&& cd ntl-$NTL_VERSION/src \
2424
&& ./configure \
25-
&& make \
26-
&& make check \
25+
&& make -j 2 \
2726
&& make install \
2827
&& cd /root \
2928
&& rm -rf ntl-$NTL_VERSION ntl-$NTL_VERSION.tar.gz

0 commit comments

Comments
 (0)