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-01 11:03:13 +0300
committerChristian König <ckoenig@posteo.de>2022-10-01 11:03:13 +0300
commit6057b134ae34c44131cd4648b957819d85bb2da0 (patch)
tree01fd7f45d277ecbaa7a651df1c6c4f91bccf9a42
parenta705fbca7323ab7a134600aa662b187e23b25ece (diff)
Add initscripts to Fedora 35 and 36 dockerfile
Signed-off-by: Christian König <ckoenig@posteo.de>
-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