mirror of
https://github.com/dunglas/frankenphp
synced 2024-11-21 23:30:45 +00:00
Use proper number of cpus to compile php instead of hardcoded value (#21)
This commit is contained in:
parent
7bb0a013ef
commit
ce873e4459
@ -37,7 +37,7 @@ RUN git clone --depth=1 --single-branch --branch=frankenphp-8.2 https://github.c
|
||||
--enable-embed=static \
|
||||
--enable-zts \
|
||||
--disable-zend-signals && \
|
||||
make -j6 && \
|
||||
make -j$(nproc) && \
|
||||
make install && \
|
||||
rm -Rf php-src/ && \
|
||||
ldconfig && \
|
||||
|
Loading…
Reference in New Issue
Block a user