Compare commits

..

No commits in common. "6b47f949dd29eaded8609a6ab686b485c8819f12" and "bec2e50a670107e6bf9b15a974e82c848e4558f0" have entirely different histories.

View file

@ -1,7 +1,7 @@
FROM debian:bookworm-slim FROM debian:bookworm-slim
RUN apt-get update && apt-get install -y --no-install-recommends \ RUN apt-get update && apt-get install -y --no-install-recommends \
bash curl git jq tmux cron python3 python3-pip openssh-client ca-certificates age shellcheck \ bash curl git jq tmux cron python3 python3-pip openssh-client ca-certificates age \
&& pip3 install --break-system-packages networkx \ && pip3 install --break-system-packages networkx \
&& curl -sL https://github.com/getsops/sops/releases/download/v3.9.4/sops-v3.9.4.linux.amd64 \ && curl -sL https://github.com/getsops/sops/releases/download/v3.9.4/sops-v3.9.4.linux.amd64 \
-o /usr/local/bin/sops \ -o /usr/local/bin/sops \