mirror of
https://github.com/danog/php.git
synced 2024-11-30 04:29:16 +01:00
fix parallel build for alpine
This commit is contained in:
parent
a2e54ec6e6
commit
83c1038d96
@ -51,7 +51,7 @@ RUN set -xe \
|
||||
--with-openssl \
|
||||
--with-libedit \
|
||||
--with-zlib \
|
||||
&& make -j"$(nproc)" \
|
||||
&& make -j"$(getconf _NPROCESSORS_ONLN)" \
|
||||
&& make install \
|
||||
&& { find /usr/local/bin /usr/local/sbin -type f -perm +0111 -exec strip --strip-all '{}' + || true; } \
|
||||
&& make clean \
|
||||
|
Loading…
Reference in New Issue
Block a user