We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0ca8e45 commit 359a268Copy full SHA for 359a268
1 file changed
docker/install-extras
@@ -0,0 +1,7 @@
1
+#!/bin/bash
2
+
3
+export DEBIAN_FRONTEND=noninteractive
4
+su - -c "apt-get update \
5
+ && apt-get install -qy graphviz ghostscript apache2-utils \
6
+ && apt-get clean \
7
+ && rm -rf /var/lib/apt/lists/*"
0 commit comments