Remove unused script files
This commit is contained in:
parent
1d6e18d44f
commit
174222bf52
@ -127,11 +127,13 @@ RUN curl -fsSL http://ftp.de.debian.org/debian/pool/main/g/gcc-${LIBSTDCPP_VER:0
|
|||||||
&& cd usr/lib/plexmediaserver \
|
&& cd usr/lib/plexmediaserver \
|
||||||
&& rm -f \
|
&& rm -f \
|
||||||
"Plex Media Server Tests" \
|
"Plex Media Server Tests" \
|
||||||
|
MigratePlexServerConfig.sh \
|
||||||
libcrypto.so.1.0.0 \
|
libcrypto.so.1.0.0 \
|
||||||
libcurl.so.4 \
|
libcurl.so.4 \
|
||||||
libssl.so.1.0.0 \
|
libssl.so.1.0.0 \
|
||||||
libxml2.so.2 \
|
libxml2.so.2 \
|
||||||
libxslt.so.1 \
|
libxslt.so.1 \
|
||||||
|
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