From 44fac9fba773cfd8bd44526cc941ced2559ba79d Mon Sep 17 00:00:00 2001 From: Johan Lorenzo Date: Thu, 18 Sep 2025 11:25:03 +0200 Subject: [PATCH] feat: Add ssh client to run-task so git clones through SSH (bug 1989234) --- taskcluster/docker/run-task/system-setup.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/taskcluster/docker/run-task/system-setup.sh b/taskcluster/docker/run-task/system-setup.sh index bcf4ce04b..310a40fa0 100644 --- a/taskcluster/docker/run-task/system-setup.sh +++ b/taskcluster/docker/run-task/system-setup.sh @@ -7,6 +7,7 @@ test "$(whoami)" == 'root' apt-get update apt-get install -y --force-yes --no-install-recommends \ ca-certificates \ + openssh-client \ python3 \ python3-pip \ python3-setuptools \