mirror of
https://github.com/dunglas/frankenphp.git
synced 2025-12-24 13:38:11 +08:00
committed by
Kévin Dunglas
parent
c884d26799
commit
b32e738d75
@@ -41,7 +41,7 @@ RUN apt-get update && \
|
||||
&& \
|
||||
apt-get clean
|
||||
|
||||
RUN git clone --branch=PHP-8.2 https://github.com/php/php-src.git && \
|
||||
RUN git clone --branch=PHP-8.3 https://github.com/php/php-src.git && \
|
||||
cd php-src && \
|
||||
# --enable-embed is only necessary to generate libphp.so, we don't use this SAPI directly
|
||||
./buildconf --force && \
|
||||
|
||||
Reference in New Issue
Block a user