Skip to content

Commit 993ab70

Browse files
authored
feat: Add ssh client to run-task so git clones through SSH (bug 1989234) (#777)
1 parent 9b0f5fc commit 993ab70

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

taskcluster/docker/run-task/system-setup.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ test "$(whoami)" == 'root'
77
apt-get update
88
apt-get install -y --force-yes --no-install-recommends \
99
ca-certificates \
10+
openssh-client \
1011
python3 \
1112
python3-pip \
1213
python3-setuptools \

0 commit comments

Comments
 (0)