From a0fdcd2645b54738afdf99212f8664c4e9d4e2e9 Mon Sep 17 00:00:00 2001 From: Neil Hanlon Date: Fri, 11 Nov 2022 18:20:22 -0500 Subject: [PATCH] try with the buildx plugin instead --- woodpecker-ci/Containerfile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/woodpecker-ci/Containerfile b/woodpecker-ci/Containerfile index 55f6c20..4c6c38f 100644 --- a/woodpecker-ci/Containerfile +++ b/woodpecker-ci/Containerfile @@ -1,5 +1,4 @@ FROM rockylinux:9 - -RUN curl 'https://mirrors.rockylinux.org/mirrorlist?arch=x86_64&repo=BaseOS-9' +RUN sed -i -e 's/^mirrorlist.*//g' -e 's/^#baseurl/baseurl/g' /etc/yum.repos.d/* RUN dnf -y install git-core rsync