Skip to content

Commit 30ebfce

Browse files
authored
feat: add more utilities to the base image (#786)
1 parent 49a95b6 commit 30ebfce

2 files changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/image-github-runner-ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,8 @@ jobs:
6565
test -w "$HOME/.local/share"
6666
git --version
6767
just --version
68+
jq --version
69+
rg --version
6870
shellcheck --version
6971
yq --version
7072
'

images/github-runner-ci/build_files/packages.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ PACKAGES=(
77
"bash"
88
"ca-certificates"
99
"findutils"
10+
"jq"
11+
"ripgrep"
1012
"shadow-utils"
1113
"ShellCheck"
1214
"unzip"

0 commit comments

Comments
 (0)