Skip to content

Commit

Permalink
_ci-linux-debian.sh: use --no-install-suggests --no-install-recommends
Browse files Browse the repository at this point in the history
  • Loading branch information
vszakats committed Oct 22, 2024
1 parent 1632971 commit e443595
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 @@ -102,7 +102,7 @@ fi

apt-get --option Dpkg::Use-Pty=0 --yes update
# shellcheck disable=SC2086
apt-get --option Dpkg::Use-Pty=0 --yes install \
apt-get --option Dpkg::Use-Pty=0 --yes install --no-install-suggests --no-install-recommends \
curl 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

0 comments on commit e443595

Please sign in to comment.