diff --git a/woodpecker-ci/Containerfile b/woodpecker-ci/Containerfile index 919fbae..04a7a0a 100644 --- a/woodpecker-ci/Containerfile +++ b/woodpecker-ci/Containerfile @@ -1,3 +1,3 @@ FROM rockylinux:9 -RUN microdnf -y install git-core rsync +RUN dnf -y install git-core rsync