Skip to content

Commit

Permalink
add jq
Browse files Browse the repository at this point in the history
  • Loading branch information
snigdhasjg committed May 3, 2024
1 parent 3766373 commit 6e67d84
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion ghcli/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@ RUN set -ex; \
apt-get install -y --no-install-recommends \
ca-certificates \
curl \
git; \
git \
jq; \
rm -rf /var/lib/apt/lists/*

ENV GITHUB_CLI_VERSION 2.48.0
Expand Down

0 comments on commit 6e67d84

Please sign in to comment.