fix: fix: install networkx in agents container for build-graph.py (#14)
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
parent
2c5f495987
commit
067d6193a4
1 changed files with 2 additions and 1 deletions
|
|
@ -1,7 +1,8 @@
|
|||
FROM debian:bookworm-slim
|
||||
|
||||
RUN apt-get update && apt-get install -y --no-install-recommends \
|
||||
bash curl git jq tmux cron python3 openssh-client ca-certificates \
|
||||
bash curl git jq tmux cron python3 python3-pip openssh-client ca-certificates \
|
||||
&& pip3 install --break-system-packages networkx \
|
||||
&& rm -rf /var/lib/apt/lists/*
|
||||
|
||||
# tea CLI — official Gitea/Forgejo CLI for issue/label/comment operations
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue