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