Skip to content

Commit 8ff4d61

Browse files
committed
feat: include podman and jq as part of the image
It could be interesting on those scenarios where claudio is executed with enough privileges to be able to run podman in podamn Signed-off-by: Adrian Riobo <ariobolo@redhat.com>
1 parent a3ef910 commit 8ff4d61

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Containerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ ARG TARGETARCH
2222
USER root
2323
ENV HOME /root
2424

25-
RUN dnf install -y skopeo
25+
RUN dnf install -y skopeo podman jq
2626

2727
# Claude
2828
# https://github.com/anthropics/claude-code/blob/main/CHANGELOG.md

0 commit comments

Comments
 (0)