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 1d44514 + a86ae2b commit e344a98Copy full SHA for e344a98
docker/Dockerfile
@@ -115,7 +115,8 @@ RUN set -eux \
115
&& env CC=musl-gcc ./Configure no-shared no-zlib -fPIC --prefix=/usr/local/musl -DOPENSSL_NO_SECURE_MEMORY linux-x86_64 \
116
&& env C_INCLUDE_PATH=/usr/local/musl/include/ make depend \
117
&& env C_INCLUDE_PATH=/usr/local/musl/include/ make \
118
- && make install \
+ && make install_sw \
119
+ && make install_ssldirs \
120
&& rm /usr/local/musl/include/linux /usr/local/musl/include/asm /usr/local/musl/include/asm-generic \
121
&& openssl version \
122
&& rm -r /tmp/* \
0 commit comments