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:
authorAdam Warner <me@adamwarner.co.uk>2022-10-09 21:45:13 +0300
committerGitHub <noreply@github.com>2022-10-09 21:45:13 +0300
commitfae1d13892aa2b958e934ce43ff81d3787753b5f (patch)
tree03ba3f3b941353d5f06c7d6c0965a703252002e2
parent997a771dc801d13a28d00eddc3ae86903137293b (diff)
parent4265bcb178906265044a841fd27ce1a1f13ed99f (diff)
Add initscripts to CentOS8 dockerfile (#4966)
-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