mirror of
https://github.com/danog/jit_bugs.git
synced 2024-11-26 12:04:52 +01:00
Reorder
This commit is contained in:
parent
e36f720ea3
commit
e2fd771f61
@ -7,6 +7,8 @@ ENV CXX=clang++-16
|
||||
|
||||
ENV LD_LIBRARY_PATH="${LD_LIBRARY_PATH}:/usr/lib/llvm-16/lib/clang/16/lib/linux/"
|
||||
|
||||
ADD php.ini /etc/php/php.ini
|
||||
|
||||
RUN true \
|
||||
&& apt update \
|
||||
&& apt install -y --no-install-recommends \
|
||||
@ -57,8 +59,6 @@ RUN git clone https://github.com/php/php-src -b master --depth 1 && cd php-src \
|
||||
&& make -j100 \
|
||||
&& make install && echo owo
|
||||
|
||||
ADD php.ini /etc/php/php.ini
|
||||
|
||||
RUN php -r "readfile('https://getcomposer.org/installer');" | php \
|
||||
&& mv composer.phar /usr/bin/composer
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user