From 7d3c4b72f4b2595dee888bc76e498cc0a9092076 Mon Sep 17 00:00:00 2001 From: Pragyan Poudyal Date: Tue, 18 Feb 2025 10:02:47 +0530 Subject: [PATCH] Pass `--allowerasing` to dnf for package conflict resolution Signed-off-by: Pragyan Poudyal --- examples/bls/Containerfile | 2 +- examples/uki/Containerfile | 2 +- examples/unified/Containerfile | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/examples/bls/Containerfile b/examples/bls/Containerfile index 545c797..b293c21 100644 --- a/examples/bls/Containerfile +++ b/examples/bls/Containerfile @@ -4,7 +4,7 @@ COPY extra / COPY cfsctl /usr/bin RUN --mount=type=cache,target=/var/cache/libdnf5 <