mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-11-10 16:31:22 +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 \
|
postgresql-client \
|
||||||
default-jre-headless \
|
default-jre-headless \
|
||||||
unison \
|
unison \
|
||||||
ghostscript \
|
poppler-utils \
|
||||||
sudo graphviz --no-install-recommends \
|
sudo graphviz --no-install-recommends \
|
||||||
libfile-mimeinfo-perl && \
|
libfile-mimeinfo-perl && \
|
||||||
apt-get install -y --no-install-recommends -t $(cat /tmp/lsb_release)-backports libreoffice && \
|
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 \
|
postgresql-client \
|
||||||
netcat \
|
netcat \
|
||||||
default-jre-headless \
|
default-jre-headless \
|
||||||
ghostscript \
|
poppler-utils \
|
||||||
sudo graphviz --no-install-recommends \
|
sudo graphviz --no-install-recommends \
|
||||||
libfile-mimeinfo-perl && \
|
libfile-mimeinfo-perl && \
|
||||||
apt-get install -y --no-install-recommends -t stretch-backports libreoffice && \
|
apt-get install -y --no-install-recommends -t stretch-backports libreoffice && \
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue