mirror of
https://github.com/pi-hole/pi-hole.git
synced 2024-11-15 10:43:55 +00:00
Add testing dependencies for CentOS7 and dialog
Signed-off-by: Dan Schaper <dan.schaper@pi-hole.net>
This commit is contained in:
parent
a650641da4
commit
2845c72bde
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue