From 45a5344811330b05efe1b0149457c7a868c6a1bf Mon Sep 17 00:00:00 2001 From: fuma419 Date: Mon, 22 Apr 2024 22:02:30 +0000 Subject: [PATCH] testing with jq dep in rocky --- .../tests/pre-merge/rockylinux-guild-deploy.sh-l.containerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/files/tests/pre-merge/rockylinux-guild-deploy.sh-l.containerfile b/files/tests/pre-merge/rockylinux-guild-deploy.sh-l.containerfile index 769e047c3..2cad36f19 100644 --- a/files/tests/pre-merge/rockylinux-guild-deploy.sh-l.containerfile +++ b/files/tests/pre-merge/rockylinux-guild-deploy.sh-l.containerfile @@ -14,7 +14,7 @@ ENV \ WORKDIR / -RUN dnf -y --allowerasing install findutils &&\ +RUN dnf -y --allowerasing install findutils jq &&\ dnf clean all &&\ mkdir -pv /root/.local/bin /root/.ghcup/bin &&\ curl -s -f -k -o guild-deploy.sh "https://raw.githubusercontent.com/${G_ACCOUNT}/guild-operators/${BRANCH}/scripts/cnode-helper-scripts/guild-deploy.sh" &&\