Skip to content

Commit

Permalink
Add jq binary to Docker image
Browse files Browse the repository at this point in the history
  • Loading branch information
jb3 committed Jun 9, 2024
1 parent f9d51f0 commit 65f87ce
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ FROM debian:12-slim
RUN apt-get -y update && apt-get install -y \
curl \
inotify-tools \
jq \
&& apt autoclean \
&& rm -rf /var/lib/apt/lists/*

Expand Down

0 comments on commit 65f87ce

Please sign in to comment.