Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/pi-hole/pi-hole.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorDan Schaper <dan.schaper@pi-hole.net>2022-07-03 03:13:33 +0300
committerDan Schaper <dan.schaper@pi-hole.net>2022-07-03 21:08:56 +0300
commit2845c72bde1aa741534d4cf7234203e39d52aff1 (patch)
tree94ec7a339a62526d960149e37e1ba1494a8e674a /test
parenta650641da48410744e7bfb77f6d92437a9787282 (diff)
Add testing dependencies for CentOS7 and dialog
Signed-off-by: Dan Schaper <dan.schaper@pi-hole.net>
Diffstat (limited to 'test')
-rw-r--r--test/_centos_7.Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/_centos_7.Dockerfile b/test/_centos_7.Dockerfile
index 355f4fdb..95422525 100644
--- a/test/_centos_7.Dockerfile
+++ b/test/_centos_7.Dockerfile
@@ -1,5 +1,5 @@
FROM centos:7
-RUN yum install -y git
+RUN yum install -y dialog git python3
ENV GITDIR /etc/.pihole
ENV SCRIPTDIR /opt/pihole