2
0
mirror of https://github.com/spritsail/plex-media-server.git synced 2024-07-11 08:06:12 +00:00

Selectively build OpenSSL components

This skips documententation generation which should significantly speed
up the build as those files are ignored anyway.

Signed-off-by: Joe Groocock <me@frebib.net>
This commit is contained in:
Joe Groocock 2020-05-12 09:49:18 +01:00
parent fbc903e920
commit a0e288d291
Signed by: frebib
GPG Key ID: E0B16BEACFBB6A86

View File

@ -107,7 +107,9 @@ RUN curl -sSL https://openssl.org/source/openssl-${OPENSSL_VER}.tar.gz \
shared \
zlib-dynamic \
no-rc5 \
&& make install \
&& make \
install_sw \
install_ssldirs \
&& cp libssl*.so* libcrypto*.so* $PREFIX/usr/lib
# Download and build curl