diff options
Diffstat (limited to 'test/common-utils/rocky-8.sh')
-rwxr-xr-x | test/common-utils/rocky-8.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/common-utils/rocky-8.sh b/test/common-utils/rocky-8.sh index be1223b..d087318 100755 --- a/test/common-utils/rocky-8.sh +++ b/test/common-utils/rocky-8.sh @@ -10,6 +10,7 @@ source dev-container-features-test-lib check "non-root user" test "$(whoami)" = "devcontainer" check "distro" test "${PLATFORM_ID}" = "platform:el8" check "curl" curl --version +check "jq" jq --version # Report result reportResults
\ No newline at end of file |