Skip to content

Commit

Permalink
_ci-linux-debian.sh: install ssh
Browse files Browse the repository at this point in the history
No longer part of the minimal image, it seems.
  • Loading branch information
vszakats committed Nov 6, 2024
1 parent 9429b74 commit 6004ab7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _ci-linux-debian.sh
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ fi
apt-get --option Dpkg::Use-Pty=0 --yes update
# shellcheck disable=SC2086
apt-get --option Dpkg::Use-Pty=0 --yes install --no-install-suggests --no-install-recommends \
curl ca-certificates git gpg gpg-agent rsync python3-pefile make cmake ninja-build \
ssh curl ca-certificates git gpg gpg-agent rsync python3-pefile make cmake ninja-build \
libssl-dev zlib1g-dev \
zip xz-utils time jq secure-delete ${extra}

Expand Down

1 comment on commit 6004ab7

@vszakats
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Or more likely it was never part of the image but was installed as a "recommended" or "suggested"
package, and disappeared after dropping those explicitly in fc001e2.

Please sign in to comment.