Add ghostscript to Dockerfile.production

This commit is contained in:
Jure Grabnar 2019-07-02 10:10:48 +02:00
parent 33cc3c29d1
commit 1a38324209

View file

@ -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 && \