Skip to content

Commit e443595

Browse files
committed
_ci-linux-debian.sh: use --no-install-suggests --no-install-recommends
1 parent 1632971 commit e443595

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
@@ -102,7 +102,7 @@ fi
102102

103103
apt-get --option Dpkg::Use-Pty=0 --yes update
104104
# shellcheck disable=SC2086
105-
apt-get --option Dpkg::Use-Pty=0 --yes install \
105+
apt-get --option Dpkg::Use-Pty=0 --yes install --no-install-suggests --no-install-recommends \
106106
curl git gpg gpg-agent rsync python3-pefile make cmake ninja-build \
107107
libssl-dev zlib1g-dev \
108108
zip xz-utils time jq secure-delete ${extra}

0 commit comments

Comments
 (0)