mirror of
https://github.com/spritsail/plex-media-server.git
synced 2024-11-05 01:16:23 +00:00
Remove all versions of bundled libs
This commit is contained in:
parent
7c17e4103b
commit
19662b1707
10
Dockerfile
10
Dockerfile
@ -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* ../
|
||||
|
Loading…
Reference in New Issue
Block a user