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:
authorChristian König <ckoenig@posteo.de>2022-10-08 23:08:39 +0300
committerChristian König <ckoenig@posteo.de>2022-10-08 23:08:39 +0300
commit4265bcb178906265044a841fd27ce1a1f13ed99f (patch)
tree03ba3f3b941353d5f06c7d6c0965a703252002e2
parent997a771dc801d13a28d00eddc3ae86903137293b (diff)
Add initscripts to CentOS8 dockerfile
Signed-off-by: Christian König <ckoenig@posteo.de>
-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