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
diff options
context:
space:
mode:
-rw-r--r--test/_centos_8.Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/_centos_8.Dockerfile b/test/_centos_8.Dockerfile
index 2a894587..a07a67e9 100644
--- a/test/_centos_8.Dockerfile
+++ b/test/_centos_8.Dockerfile
@@ -1,5 +1,5 @@
FROM quay.io/centos/centos:stream8
-RUN yum install -y git
+RUN yum install -y git initscripts
ENV GITDIR /etc/.pihole
ENV SCRIPTDIR /opt/pihole