add jq to minimal as well

This commit is contained in:
Cian Johnston 2024-03-14 14:46:44 +00:00 committed by GitHub
parent afc871bdb0
commit 71b95724f8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 0 deletions

View File

@ -8,6 +8,7 @@ RUN apt-get update && \
ca-certificates \
curl \
git \
jq \
sudo \
&& rm -rf /var/lib/apt/lists/*