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,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 New Issue