mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-09-27 23:45:52 +08:00
Add ghostscript to Dockerfile
This commit is contained in:
parent
db7c6435b3
commit
290e452aec
1 changed files with 1 additions and 0 deletions
|
@ -20,6 +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 \
|
||||||
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 && \
|
||||||
|
|
Loading…
Add table
Reference in a new issue