Update install-php-extensions

pull/7/head
Anatoly Pashin 2018-10-09 18:50:19 +10:00 committed by Michele Locati
parent 83f74c6969
commit 99e905f461
1 changed files with 1 additions and 1 deletions

View File

@ -372,7 +372,7 @@ installBundledModule () {
docker-php-ext-configure sybase_ct --with-sybase-ct=/usr
;;
esac
docker-php-ext-install "${2}"
docker-php-ext-install -j$(nproc) "${2}"
}
# Fetch a tar.gz file, extract it and returns the path of the extracted folder.