2
0
mirror of https://github.com/spritsail/plex-media-server.git synced 2024-09-16 21:43:54 +00:00

Merge branch 'master' into pass

This commit is contained in:
Joe Groocock 2020-05-12 11:47:01 +01:00
commit 070102213a
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 \ 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