From b2d3af43705776d423aa6fbbf92f5caa97642804 Mon Sep 17 00:00:00 2001 From: Agent Date: Sun, 29 Mar 2026 08:38:17 +0000 Subject: [PATCH] fix: install shellcheck in agents Dockerfile (#48) --- docker/agents/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/agents/Dockerfile b/docker/agents/Dockerfile index 947af02..b1543fb 100644 --- a/docker/agents/Dockerfile +++ b/docker/agents/Dockerfile @@ -1,7 +1,7 @@ FROM debian:bookworm-slim 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 \ + bash curl git jq tmux cron python3 python3-pip openssh-client ca-certificates age shellcheck \ && pip3 install --break-system-packages networkx \ && curl -sL https://github.com/getsops/sops/releases/download/v3.9.4/sops-v3.9.4.linux.amd64 \ -o /usr/local/bin/sops \