From 1a38324209533338f50370642c1cf1f30ebab03e Mon Sep 17 00:00:00 2001 From: Jure Grabnar Date: Tue, 2 Jul 2019 10:10:48 +0200 Subject: [PATCH] Add ghostscript to Dockerfile.production --- Dockerfile.production | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile.production b/Dockerfile.production index ca922f441..0e6b5baa9 100644 --- a/Dockerfile.production +++ b/Dockerfile.production @@ -17,6 +17,7 @@ RUN curl -sL https://deb.nodesource.com/setup_8.x | bash - && \ postgresql-client \ netcat \ default-jre-headless \ + ghostscript \ sudo graphviz --no-install-recommends \ libfile-mimeinfo-perl && \ apt-get install -y --no-install-recommends -t stretch-backports libreoffice && \