Skip to content

Commit d30c5c7

Browse files
committed
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
1 parent c737e32 commit d30c5c7

1 file changed

Lines changed: 8 additions & 1 deletion

File tree

docker/install-extras

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
22

33
export DEBIAN_FRONTEND=noninteractive
44
sudo su - -c "apt-get update \
5-
&& apt-get install -qy graphviz ghostscript apache2-utils chromium-driver \
5+
&& apt-get install -qy \
6+
apt-file \
7+
apt-show-versions \
8+
graphviz \
9+
ghostscript \
10+
apache2-utils \
11+
chromium-driver \
12+
enscript \
613
&& apt-get clean \
714
&& rm -rf /var/lib/apt/lists/*"

0 commit comments

Comments
 (0)