Add testing dependencies for CentOS7 and dialog

Signed-off-by: Dan Schaper <dan.schaper@pi-hole.net>
This commit is contained in:
Dan Schaper 2022-07-02 17:13:33 -07:00
parent a650641da4
commit 2845c72bde

View file

@ -1,5 +1,5 @@
FROM centos:7 FROM centos:7
RUN yum install -y git RUN yum install -y dialog git python3
ENV GITDIR /etc/.pihole ENV GITDIR /etc/.pihole
ENV SCRIPTDIR /opt/pihole ENV SCRIPTDIR /opt/pihole