We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
--no-install-suggests --no-install-recommends
1 parent 1632971 commit e443595Copy full SHA for e443595
_ci-linux-debian.sh
@@ -102,7 +102,7 @@ fi
102
103
apt-get --option Dpkg::Use-Pty=0 --yes update
104
# shellcheck disable=SC2086
105
-apt-get --option Dpkg::Use-Pty=0 --yes install \
+apt-get --option Dpkg::Use-Pty=0 --yes install --no-install-suggests --no-install-recommends \
106
curl git gpg gpg-agent rsync python3-pefile make cmake ninja-build \
107
libssl-dev zlib1g-dev \
108
zip xz-utils time jq secure-delete ${extra}
0 commit comments