Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion images/claude/Containerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,9 @@ FROM debug

RUN dnf install -y hugo npm helm dos2unix yamllint pip buildah podman skopeo opentofu detox && \
dnf clean all && \
rm -rf /var/cache/dnf/*
rm -rf /var/cache/dnf/* && \
go install github.com/github/github-mcp-server/cmd/github-mcp-server@v1.4.0 && \
go install github.com/cli/cli/v2/cmd/gh@v2.95.0

ENV HOME=/home/claude-install
ENV PATH="${HOME}/.local/bin:${PATH}"
Expand Down