mirror of
https://github.com/docker-mailserver/docker-mailserver.git
synced 2025-07-30 23:54:46 +02:00
chore(compile.sh): Consistent apt-get install command
This commit is contained in:
parent
cd225f1250
commit
96bffd7979
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@ _log_level_is 'trace' && QUIET='-y' || QUIET='-qq'
|
|||
|
||||
function _compile_dovecot_fts_xapian() {
|
||||
apt-get "${QUIET}" update
|
||||
apt-get "${QUIET}" --no-install-recommends install \
|
||||
apt-get "${QUIET}" install --no-install-recommends \
|
||||
automake libtool pkg-config libicu-dev libsqlite3-dev libxapian-dev make build-essential dh-make devscripts dovecot-dev
|
||||
|
||||
local XAPIAN_VERSION='1.7.13'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue