mirror of
https://github.com/spritsail/plex-media-server.git
synced 2024-12-20 11:34:36 +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:
parent
fbc903e920
commit
a0e288d291
@ -107,7 +107,9 @@ RUN curl -sSL https://openssl.org/source/openssl-${OPENSSL_VER}.tar.gz \
|
|||||||
shared \
|
shared \
|
||||||
zlib-dynamic \
|
zlib-dynamic \
|
||||||
no-rc5 \
|
no-rc5 \
|
||||||
&& make install \
|
&& make \
|
||||||
|
install_sw \
|
||||||
|
install_ssldirs \
|
||||||
&& cp libssl*.so* libcrypto*.so* $PREFIX/usr/lib
|
&& cp libssl*.so* libcrypto*.so* $PREFIX/usr/lib
|
||||||
|
|
||||||
# Download and build curl
|
# Download and build curl
|
||||||
|
Loading…
Reference in New Issue
Block a user