Remove all versions of bundled libs

This commit is contained in:
Joe Groocock 2019-02-13 23:09:11 +00:00
parent 7c17e4103b
commit 19662b1707
Signed by: frebib
GPG Key ID: E0B16BEACFBB6A86

View File

@ -124,11 +124,11 @@ RUN curl -fsSL http://ftp.de.debian.org/debian/pool/main/g/gcc-${LIBSTDCPP_VER:0
&& rm -f \
"Plex Media Server Tests" \
MigratePlexServerConfig.sh \
libcrypto.so.1.0.0 \
libcurl.so.4 \
libssl.so.1.0.0 \
libxml2.so.2 \
libxslt.so.1 \
libcrypto.so* \
libcurl.so* \
libssl.so* \
libxml2.so* \
libxslt.so* \
Resources/start.sh \
# Place shared libraries in usr/lib so they can be actually shared
&& mv *.so* ../