Add poppler-utils

This commit is contained in:
Jure Grabnar 2019-07-10 19:25:10 +02:00
parent ac1ee3ea66
commit a20a0ed5e2
2 changed files with 2 additions and 2 deletions

View file

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

View file

@ -17,7 +17,7 @@ RUN curl -sL https://deb.nodesource.com/setup_8.x | bash - && \
postgresql-client \
netcat \
default-jre-headless \
ghostscript \
poppler-utils \
sudo graphviz --no-install-recommends \
libfile-mimeinfo-perl && \
apt-get install -y --no-install-recommends -t stretch-backports libreoffice && \