Add ghostscript to Dockerfile

This commit is contained in:
Jure Grabnar 2019-06-21 16:15:08 +02:00
parent db7c6435b3
commit 290e452aec

View file

@ -20,6 +20,7 @@ RUN curl -sL https://deb.nodesource.com/setup_8.x | bash - && \
postgresql-client \
default-jre-headless \
unison \
ghostscript \
sudo graphviz --no-install-recommends \
libfile-mimeinfo-perl && \
apt-get install -y --no-install-recommends -t $(cat /tmp/lsb_release)-backports libreoffice && \