Skip to content

Commit

Permalink
make -j not working due to missing deps, see readme
Browse files Browse the repository at this point in the history
  • Loading branch information
LynxAbraxas committed Oct 8, 2018
1 parent 99f28ca commit 5cd0b80
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,5 @@ RUN cd ctp2 && \
CFLAGS="$CFLAGS -w -fuse-ld=gold" \
CXXFLAGS="$CXXFLAGS -w -fuse-ld=gold" \
./configure --enable-silent-rules && \
make -j"$(nproc)" && \
make -j"$(nproc)" install
make && \
make install

0 comments on commit 5cd0b80

Please sign in to comment.