mirror of
https://github.com/spritsail/plex-media-server.git
synced 2024-11-08 10:46:24 +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 \
|
&& rm -f \
|
||||||
"Plex Media Server Tests" \
|
"Plex Media Server Tests" \
|
||||||
MigratePlexServerConfig.sh \
|
MigratePlexServerConfig.sh \
|
||||||
libcrypto.so.1.0.0 \
|
libcrypto.so* \
|
||||||
libcurl.so.4 \
|
libcurl.so* \
|
||||||
libssl.so.1.0.0 \
|
libssl.so* \
|
||||||
libxml2.so.2 \
|
libxml2.so* \
|
||||||
libxslt.so.1 \
|
libxslt.so* \
|
||||||
Resources/start.sh \
|
Resources/start.sh \
|
||||||
# Place shared libraries in usr/lib so they can be actually shared
|
# Place shared libraries in usr/lib so they can be actually shared
|
||||||
&& mv *.so* ../
|
&& mv *.so* ../
|
||||||
|
Loading…
Reference in New Issue
Block a user