Skip to content

Commit

Permalink
feat(image/base): add jq (#270)
Browse files Browse the repository at this point in the history
adds jq to enterprise-base and enterprise-minimal
  • Loading branch information
johnstcn authored Mar 14, 2024
1 parent 9548f50 commit 891c385
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions images/base/Dockerfile.ubuntu
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ RUN apt-get update && \
docker-buildx-plugin \
docker-compose-plugin \
htop \
jq \
locales \
man \
python3 \
Expand Down
1 change: 1 addition & 0 deletions images/minimal/Dockerfile.ubuntu
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ RUN apt-get update && \
ca-certificates \
curl \
git \
jq \
sudo \
&& rm -rf /var/lib/apt/lists/*

Expand Down
1 change: 1 addition & 0 deletions images/minimal/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ This image only contains the bare necessities:
- curl
- ca-certificates
- git
- jq
- sudo

It is mainly meant for testing purposes.

0 comments on commit 891c385

Please sign in to comment.