Sfoglia il codice sorgente

Update Dockerfile.ubi

Signed-off-by: Idan Adar <iadar@il.ibm.com>
Idan Adar 1 anno fa
parent
commit
ca38f82b0e
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      Dockerfile.ubi

+ 1 - 1
Dockerfile.ubi

@@ -6,7 +6,7 @@ LABEL maintainer="cncf-externalsecretsop-maintainers@lists.cncf.io" \
 
 ARG TARGETOS
 ARG TARGETARCH
-RUN dnf update -y && dnf install -y binutils
+RUN dnf update -y --allowerasing && dnf install -y binutils
 # prep target rootfs for scratch container
 WORKDIR /
 RUN mkdir /image && \