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-buildx-plugin \
docker-compose-plugin \ docker-compose-plugin \
htop \ htop \
jq \
locales \ locales \
man \ man \
python3 \ python3 \

View File

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

View File

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