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/_fedora_35.Dockerfile2
-rw-r--r--test/_fedora_36.Dockerfile2
2 files changed, 2 insertions, 2 deletions
diff --git a/test/_fedora_35.Dockerfile b/test/_fedora_35.Dockerfile
index eb3623d5..83c17650 100644
--- a/test/_fedora_35.Dockerfile
+++ b/test/_fedora_35.Dockerfile
@@ -1,5 +1,5 @@
FROM fedora:35
-RUN dnf install -y git
+RUN dnf install -y git initscripts
ENV GITDIR /etc/.pihole
ENV SCRIPTDIR /opt/pihole
diff --git a/test/_fedora_36.Dockerfile b/test/_fedora_36.Dockerfile
index e0504538..847767e7 100644
--- a/test/_fedora_36.Dockerfile
+++ b/test/_fedora_36.Dockerfile
@@ -1,5 +1,5 @@
FROM fedora:36
-RUN dnf install -y git
+RUN dnf install -y git initscripts
ENV GITDIR /etc/.pihole
ENV SCRIPTDIR /opt/pihole