Add readme

This commit is contained in:
Daniil Gentili 2023-10-23 22:02:32 +02:00
parent 5c0a587799
commit b0d687f1b2

View File

@ -34,7 +34,7 @@ RUN true \
systemtap-sdt-dev libssl-dev \
libpcre2-dev libargon2-dev libedit-dev libsodium-dev llvm-16 \
\
&& git clone --depth 1 https://github.com/php/php-src && cd php-src \
&& git clone --depth 1 https://github.com/php/php-src -b PHP-8.2 && cd php-src \
\
&& ./buildconf \
&& ./configure --prefix=/usr \