Skip to content

Commit e344a98

Browse files
authored
Merge pull request #1 from ovr/patch-1
refactor: don't install docs for OpenSSL
2 parents 1d44514 + a86ae2b commit e344a98

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docker/Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,8 @@ RUN set -eux \
115115
&& env CC=musl-gcc ./Configure no-shared no-zlib -fPIC --prefix=/usr/local/musl -DOPENSSL_NO_SECURE_MEMORY linux-x86_64 \
116116
&& env C_INCLUDE_PATH=/usr/local/musl/include/ make depend \
117117
&& env C_INCLUDE_PATH=/usr/local/musl/include/ make \
118-
&& make install \
118+
&& make install_sw \
119+
&& make install_ssldirs \
119120
&& rm /usr/local/musl/include/linux /usr/local/musl/include/asm /usr/local/musl/include/asm-generic \
120121
&& openssl version \
121122
&& rm -r /tmp/* \

0 commit comments

Comments
 (0)