From de656180f0e8bb1ba215d3d2ff10e23c8e8c3f51 Mon Sep 17 00:00:00 2001 From: Neil Hanlon Date: Fri, 11 Nov 2022 18:02:54 -0500 Subject: [PATCH] try with the non-minimal image, i guess --- woodpecker-ci/Containerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/woodpecker-ci/Containerfile b/woodpecker-ci/Containerfile index 64115bd..919fbae 100644 --- a/woodpecker-ci/Containerfile +++ b/woodpecker-ci/Containerfile @@ -1,3 +1,3 @@ -FROM rockylinux:9-minimal +FROM rockylinux:9 RUN microdnf -y install git-core rsync