We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 05c0a9d commit e93aef8Copy full SHA for e93aef8
Dockerfile
@@ -83,7 +83,7 @@ RUN export CC=$TARGET_CC && \
83
sha256sum -c checksums.txt && \
84
tar xzf zlib-$VERS.tar.gz && cd zlib-$VERS && \
85
./configure --static --archs="-fPIC" --prefix=$TARGET_HOME && \
86
- make && sudo make install -j 4 && \
+ make && sudo make install && \
87
cd .. && rm -rf zlib-$VERS.tar.gz zlib-$VERS checksums.txt
88
89
RUN export CC=$TARGET_CC && \
@@ -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
102
cd .. && rm -rf openssl-$VERS.tar.gz openssl-$VERS checksums.txt
103
104
ENV OPENSSL_DIR=$TARGET_HOME/ \
0 commit comments