Skip to content

Commit

Permalink
feat(actions-runner): add yq
Browse files Browse the repository at this point in the history
  • Loading branch information
joryirving committed Dec 31, 2024
1 parent 6ae9a7b commit cd747da
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions apps/actions-runner/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,8 @@ RUN \
moreutils \
wget \
zstd \
&& curl -fsSL -o /usr/local/bin/yq "https://github.com/mikefarah/yq/releases/latest/download/yq_linux_amd64" \
&& chmod +x /usr/local/bin/yq \
&& rm -rf /var/lib/apt/lists/*

USER runner
Expand Down

0 comments on commit cd747da

Please sign in to comment.