From 99e905f4615bb2a71ac95ad6d83409be97f27f30 Mon Sep 17 00:00:00 2001 From: Anatoly Pashin Date: Tue, 9 Oct 2018 18:50:19 +1000 Subject: [PATCH] Update install-php-extensions --- install-php-extensions | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install-php-extensions b/install-php-extensions index e0d19c3..3229092 100755 --- a/install-php-extensions +++ b/install-php-extensions @@ -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.