From 01b554863f6fc82e81533f85d4704bd052c83b21 Mon Sep 17 00:00:00 2001 From: Joe Groocock Date: Mon, 20 Aug 2018 19:53:37 +0100 Subject: [PATCH] Remove large font files --- Dockerfile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Dockerfile b/Dockerfile index 7145dd6..d295684 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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 \ libxml2.so.2 \ 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 && mv *.so* ../