also install jq inside docker container

This commit is contained in:
Yaksh Bariya 2022-04-18 21:14:03 +05:30
parent 66af228cfe
commit b54abb6732
No known key found for this signature in database
GPG Key ID: F7486BA7D3D27581
1 changed files with 3 additions and 0 deletions

View File

@ -234,6 +234,9 @@ PACKAGES+=" llvm-12"
# Required by cava
PACKAGES+=" xxd"
# Required for parsing repo.json
PACKAGES+=" jq"
# Do not require sudo if already running as root.
if [ "$(id -u)" = "0" ]; then
SUDO=""