mirror of
https://github.com/pi-hole/pi-hole.git
synced 2024-11-15 02:42:58 +00:00
Allow replacing conflicting existing packages from testing image
Signed-off-by: RD WebDesign <github@rdwebdesign.com.br>
This commit is contained in:
parent
528abc9c97
commit
85ffbcf05e
1 changed files with 1 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
|||
FROM quay.io/centos/centos:stream9
|
||||
RUN yum install -y git initscripts
|
||||
RUN yum install -y --allowerasing curl git initscripts
|
||||
|
||||
ENV GITDIR /etc/.pihole
|
||||
ENV SCRIPTDIR /opt/pihole
|
||||
|
|
Loading…
Reference in a new issue