From d30c5c7a26d467f4657c7007e7bbb0579ccf3948 Mon Sep 17 00:00:00 2001 From: Henrik Levkowetz Date: Mon, 27 Jul 2020 14:12:51 +0000 Subject: [PATCH] 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 --- docker/install-extras | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/docker/install-extras b/docker/install-extras index 26eeeb180..6c8e700dc 100755 --- a/docker/install-extras +++ b/docker/install-extras @@ -2,6 +2,13 @@ export DEBIAN_FRONTEND=noninteractive 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 \ && rm -rf /var/lib/apt/lists/*"