From 81a36e95237aebcd76cf0cd41b98afcfcfb8bf92 Mon Sep 17 00:00:00 2001 From: Frank Sachsenheim Date: Mon, 5 Oct 2015 21:59:38 +0200 Subject: [PATCH] Makes File->Download as->pdf in Docker image functional --- Dockerfile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Dockerfile b/Dockerfile index 2a5947397..ef3686217 100644 --- a/Dockerfile +++ b/Dockerfile @@ -28,6 +28,9 @@ RUN apt-get update -qq \ python-dev \ python3-dev \ sqlite3 \ + texlive-fonts-recommended \ + texlive-latex-base \ + texlive-latex-extra \ zlib1g-dev \ && rm -rf /var/lib/apt/lists/* \ \