feat(image/base): add jq (#270)

adds jq to enterprise-base and enterprise-minimal
This commit is contained in:
Cian Johnston 2024-03-14 15:49:23 +00:00 committed by GitHub
parent 9548f50194
commit 891c3855db
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 3 additions and 0 deletions

View File

@ -24,6 +24,7 @@ RUN apt-get update && \
docker-buildx-plugin \
docker-compose-plugin \
htop \
jq \
locales \
man \
python3 \

View File

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

View File

@ -6,6 +6,7 @@ This image only contains the bare necessities:
- curl
- ca-certificates
- git
- jq
- sudo
It is mainly meant for testing purposes.