fix: fix: install networkx in agents container for build-graph.py (#14) #28
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