mirror of
https://github.com/pi-hole/pi-hole
synced 2025-01-04 21:20:54 +00:00
Add initscripts to Fedora 35 and 36 dockerfile
Signed-off-by: Christian König <ckoenig@posteo.de>
This commit is contained in:
parent
a705fbca73
commit
6057b134ae
@ -1,5 +1,5 @@
|
|||||||
FROM fedora:35
|
FROM fedora:35
|
||||||
RUN dnf install -y git
|
RUN dnf install -y git initscripts
|
||||||
|
|
||||||
ENV GITDIR /etc/.pihole
|
ENV GITDIR /etc/.pihole
|
||||||
ENV SCRIPTDIR /opt/pihole
|
ENV SCRIPTDIR /opt/pihole
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
FROM fedora:36
|
FROM fedora:36
|
||||||
RUN dnf install -y git
|
RUN dnf install -y git initscripts
|
||||||
|
|
||||||
ENV GITDIR /etc/.pihole
|
ENV GITDIR /etc/.pihole
|
||||||
ENV SCRIPTDIR /opt/pihole
|
ENV SCRIPTDIR /opt/pihole
|
||||||
|
Loading…
Reference in New Issue
Block a user