Skip to content

Commit 359a268

Browse files
committed
Added a tiny script to be run from within docker, to install the extra packages needed to run the dependency-graph and htpasswd tests.
- Legacy-Id: 12564
1 parent 0ca8e45 commit 359a268

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

docker/install-extras

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)