install: Do not pull in "recommended" packages.

This likely has no effect in this instance, but is good practice.
This commit is contained in:
Alex Vandiver 2024-08-26 14:42:05 -04:00 committed by Tim Abbott
parent e8f7e281a7
commit 7424d4e721
1 changed files with 1 additions and 1 deletions

View File

@ -375,7 +375,7 @@ if [ "$package_system" = apt ]; then
# Note that any additions to these lists must also be added to
# `zulip::profile::base` such that the new dependency is seen by
# upgrades, as well as new installs.
if ! apt-get install -y \
if ! apt-get install -y --no-install-recommends \
python3 python3-yaml puppet git curl jq crudini \
"${ADDITIONAL_PACKAGES[@]}"; then
set +x