From 2c9a09f7670a48cfbb8eded150b0374b96d05f70 Mon Sep 17 00:00:00 2001 From: Mario Limonciello Date: Mon, 19 Jun 2017 16:02:29 -0500 Subject: [PATCH] Add texlive-fonts-recommended to Debian container Since the container is installed with --no-install-recommends it isn't coming in by default. Without it this bug occurs: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=865217 --- contrib/ci/Dockerfile-debian-experimental | 1 + contrib/ci/Dockerfile-debian-unstable | 1 + 2 files changed, 2 insertions(+) diff --git a/contrib/ci/Dockerfile-debian-experimental b/contrib/ci/Dockerfile-debian-experimental index 3dcb44367..b00bee69d 100644 --- a/contrib/ci/Dockerfile-debian-experimental +++ b/contrib/ci/Dockerfile-debian-experimental @@ -12,6 +12,7 @@ RUN apt-get install -yq --no-install-recommends \ gettext \ gobject-introspection \ gtk-doc-tools \ + texlive-fonts-recommended \ locales \ libarchive-dev \ libcairo-dev \ diff --git a/contrib/ci/Dockerfile-debian-unstable b/contrib/ci/Dockerfile-debian-unstable index 1d84898cc..24d6334e7 100644 --- a/contrib/ci/Dockerfile-debian-unstable +++ b/contrib/ci/Dockerfile-debian-unstable @@ -13,6 +13,7 @@ RUN apt-get install -yq --no-install-recommends \ gir1.2-appstreamglib-1.0 \ gobject-introspection \ gtk-doc-tools \ + texlive-fonts-recommended \ locales \ libappstream-glib-dev \ libarchive-dev \