Skip to content

Commit

Permalink
testing with jq dep in rocky
Browse files Browse the repository at this point in the history
  • Loading branch information
fuma419 committed Apr 22, 2024
1 parent 3c1dcf4 commit 45a5344
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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" &&\
Expand Down

0 comments on commit 45a5344

Please sign in to comment.