mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-11-09 16:01:30 +08:00
Add poppler-utils
This commit is contained in:
parent
ac1ee3ea66
commit
a20a0ed5e2
2 changed files with 2 additions and 2 deletions
|
|
@ -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 && \
|
||||
|
|
|
|||
|
|
@ -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 && \
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue