Add missing --no-install-recommends

pull/294/head
Michele Locati 2021-02-11 17:21:39 +01:00
parent 9af1d15f4c
commit 00e9c18e43
No known key found for this signature in database
GPG Key ID: 98B7CE2E7234E28B
1 changed files with 1 additions and 1 deletions

View File

@ -1257,7 +1257,7 @@ installMicrosoftSqlServerODBC() {
DEBIAN_FRONTEND=noninteractive apt-get -q update DEBIAN_FRONTEND=noninteractive apt-get -q update
fi fi
printf -- '- installing the APT package\n' printf -- '- installing the APT package\n'
DEBIAN_FRONTEND=noninteractive ACCEPT_EULA=Y apt-get -qy install '^msodbcsql[0-9]+$' DEBIAN_FRONTEND=noninteractive ACCEPT_EULA=Y apt-get -qy --no-install-recommends install '^msodbcsql[0-9]+$'
;; ;;
esac esac
} }