Skip to content

Commit 6004ab7

Browse files
committed
_ci-linux-debian.sh: install ssh
No longer part of the minimal image, it seems.
1 parent 9429b74 commit 6004ab7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_ci-linux-debian.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ fi
106106
apt-get --option Dpkg::Use-Pty=0 --yes update
107107
# shellcheck disable=SC2086
108108
apt-get --option Dpkg::Use-Pty=0 --yes install --no-install-suggests --no-install-recommends \
109-
curl ca-certificates git gpg gpg-agent rsync python3-pefile make cmake ninja-build \
109+
ssh curl ca-certificates git gpg gpg-agent rsync python3-pefile make cmake ninja-build \
110110
libssl-dev zlib1g-dev \
111111
zip xz-utils time jq secure-delete ${extra}
112112

0 commit comments

Comments
 (0)