mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2024-12-27 10:14:17 +08:00
Add ghostscript to Dockerfile.production
This commit is contained in:
parent
33cc3c29d1
commit
1a38324209
1 changed files with 1 additions and 0 deletions
|
@ -17,6 +17,7 @@ RUN curl -sL https://deb.nodesource.com/setup_8.x | bash - && \
|
|||
postgresql-client \
|
||||
netcat \
|
||||
default-jre-headless \
|
||||
ghostscript \
|
||||
sudo graphviz --no-install-recommends \
|
||||
libfile-mimeinfo-perl && \
|
||||
apt-get install -y --no-install-recommends -t stretch-backports libreoffice && \
|
||||
|
|
Loading…
Reference in a new issue