Skip to content

Commit fe530ed

Browse files
authored
feat: Dont install docs for OpenSSL
1 parent 5a86056 commit fe530ed

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
@@ -129,7 +129,8 @@ RUN set -eux \
129129
&& cd "zlib-${ZLIB_VERSION}" \
130130
&& env CC=musl-gcc ./configure --static --prefix=/usr/local/musl \
131131
&& make \
132-
&& make install \
132+
&& make install_sw \
133+
&& make install_ssldirs \
133134
&& rm -r /tmp/* \
134135
&& true
135136

0 commit comments

Comments
 (0)