fix(agent-images): retain SSH client

This commit is contained in:
2026-07-21 17:25:11 +00:00
committed by didericis
parent c845d3fed4
commit a970f974a2
6 changed files with 13 additions and 1 deletions
+1
View File
@@ -25,6 +25,7 @@ RUN apt-get update \
git \
ca-certificates \
curl \
openssh-client \
podman \
ripgrep \
iproute2 \
+1
View File
@@ -10,6 +10,7 @@ RUN apt-get update \
git \
ca-certificates \
curl \
openssh-client \
podman \
procps \
ripgrep \
+1
View File
@@ -10,6 +10,7 @@ RUN apt-get update \
ca-certificates \
curl \
fd-find \
openssh-client \
podman \
ripgrep \
&& ln -s /usr/bin/fdfind /usr/local/bin/fd \