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