Skip to content

Commit 8c3c468

Browse files
add jq and gh to claude code runner (#362)
Quality of life update that adds jq and gh to the claude code runner. Signed-off-by: Michael Clifford <mcliffor@redhat.com> Co-authored-by: Sally O'Malley <somalley@redhat.com>
1 parent 7d79c81 commit 8c3c468

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

components/runners/claude-code-runner/Dockerfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ FROM python:3.11-slim
44
RUN apt-get update && apt-get install -y \
55
git \
66
curl \
7+
jq \
8+
gh \
79
ca-certificates \
810
&& rm -rf /var/lib/apt/lists/*
911

0 commit comments

Comments
 (0)