Added a few extra modules (in particular enscript and ghostscript, which is needed for the agenda pdf materials) to the docker/install-extras script

- Legacy-Id: 18283
This commit is contained in:
Henrik Levkowetz 2020-07-27 14:12:51 +00:00
parent c737e329d0
commit d30c5c7a26

View file

@ -2,6 +2,13 @@
export DEBIAN_FRONTEND=noninteractive export DEBIAN_FRONTEND=noninteractive
sudo su - -c "apt-get update \ sudo su - -c "apt-get update \
&& apt-get install -qy graphviz ghostscript apache2-utils chromium-driver \ && apt-get install -qy \
apt-file \
apt-show-versions \
graphviz \
ghostscript \
apache2-utils \
chromium-driver \
enscript \
&& apt-get clean \ && apt-get clean \
&& rm -rf /var/lib/apt/lists/*" && rm -rf /var/lib/apt/lists/*"