From 85ffbcf05ee0083347d0ab1ce87cfdc19942c70f Mon Sep 17 00:00:00 2001 From: RD WebDesign Date: Mon, 17 Oct 2022 14:58:42 -0300 Subject: [PATCH] Allow replacing conflicting existing packages from testing image Signed-off-by: RD WebDesign --- test/_centos_9.Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/_centos_9.Dockerfile b/test/_centos_9.Dockerfile index befa1584..6ccd18b6 100644 --- a/test/_centos_9.Dockerfile +++ b/test/_centos_9.Dockerfile @@ -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