diff --git a/woodpecker-ci/Containerfile b/woodpecker-ci/Containerfile index 975580f..64115bd 100644 --- a/woodpecker-ci/Containerfile +++ b/woodpecker-ci/Containerfile @@ -1,3 +1,3 @@ FROM rockylinux:9-minimal -RUN dnf -y install git-core rsync +RUN microdnf -y install git-core rsync