mirror of
https://github.com/spritsail/plex-media-server.git
synced 2024-11-05 01:16:23 +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 \
|
||||
zlib-dynamic \
|
||||
no-rc5 \
|
||||
&& make install \
|
||||
&& make \
|
||||
install_sw \
|
||||
install_ssldirs \
|
||||
&& cp libssl*.so* libcrypto*.so* $PREFIX/usr/lib
|
||||
|
||||
# Download and build curl
|
||||
|
Loading…
Reference in New Issue
Block a user