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.
1 parent 05c0a9d commit 50c3616Copy full SHA for 50c3616
Dockerfile
@@ -98,7 +98,7 @@ RUN export CC=$TARGET_CC && \
98
tar xzf openssl-$VERS.tar.gz && cd openssl-$VERS && \
99
./Configure $OPENSSL_ARCH -fPIC --prefix=$TARGET_HOME && \
100
make depend && \
101
- make && sudo make install -j 4 && \
+ make && sudo make install && \
102
cd .. && rm -rf openssl-$VERS.tar.gz openssl-$VERS checksums.txt
103
104
ENV OPENSSL_DIR=$TARGET_HOME/ \
0 commit comments