2
0
mirror of https://github.com/spritsail/plex-media-server.git synced 2024-10-05 13:13:54 +00:00

Remove large font files

This commit is contained in:
Joe Groocock 2018-08-20 19:53:37 +01:00
parent db614dea52
commit 01b554863f
Signed by: frebib
GPG Key ID: E0B16BEACFBB6A86

View File

@ -132,6 +132,10 @@ RUN curl -fsSL http://ftp.de.debian.org/debian/pool/main/g/gcc-${LIBSTDCPP_VER:0
libssl.so.1.0.0 \ libssl.so.1.0.0 \
libxml2.so.2 \ libxml2.so.2 \
libxslt.so.1 \ libxslt.so.1 \
# I have no idea if these fonts are required however they take up ~35MB of space and ideally we could do without them.
Resources/Fonts/NotoNaskh* \
Resources/Fonts/NotoSans* \
Resources/Fonts/OpenSans* \
# 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* ../