From 48514c8a541234de2b5f94626ce9a02d3c792b0c Mon Sep 17 00:00:00 2001 From: Neil Hanlon Date: Fri, 11 Nov 2022 18:17:52 -0500 Subject: [PATCH] try with the buildx plugin instead --- woodpecker-ci/Containerfile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/woodpecker-ci/Containerfile b/woodpecker-ci/Containerfile index 04a7a0a..55f6c20 100644 --- a/woodpecker-ci/Containerfile +++ b/woodpecker-ci/Containerfile @@ -1,3 +1,5 @@ FROM rockylinux:9 + +RUN curl 'https://mirrors.rockylinux.org/mirrorlist?arch=x86_64&repo=BaseOS-9' RUN dnf -y install git-core rsync