This commit is contained in:
Daniil Gentili 2023-10-23 23:44:18 +02:00
parent 156c4eb2e9
commit af8a470aad

View File

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