mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-09-22 21:15:35 +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 \
|
||||
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 && \
|
||||
|
|
Loading…
Add table
Reference in a new issue