mirror of
https://github.com/mlocati/docker-php-extension-installer
synced 2025-05-09 00:22:40 +00:00
Update install-php-extensions
This commit is contained in:
parent
83f74c6969
commit
99e905f461
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue