This repository was archived by the owner on Mar 24, 2026. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ RUN install-php-extensions \
55 pdo_pgsql \
66 zip > /dev/null
77
8- COPY --from=composer/composer:latest -bin --link /composer /usr/local/bin/composer
8+ COPY --from=composer/composer:2 -bin --link /composer /usr/local/bin/composer
99
1010COPY --link deploy/Caddyfile /etc/frankenphp/Caddyfile
1111COPY --link deploy/conf/php.ini /usr/local/etc/php/
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ RUN apt-get install -yqq nginx git unzip curl \
1414RUN apt install libjemalloc2
1515ENV LD_PRELOAD=libjemalloc.so.2
1616
17- COPY --from=composer/composer:latest -bin --link /composer /usr/local/bin/composer
17+ COPY --from=composer/composer:2 -bin --link /composer /usr/local/bin/composer
1818
1919COPY --link deploy/conf/* /etc/php/8.5/fpm/
2020WORKDIR /symfony
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ RUN apt-get install -yqq nginx git unzip curl \
1414RUN apt install libjemalloc2
1515ENV LD_PRELOAD=libjemalloc.so.2
1616
17- COPY --from=composer/composer:latest -bin --link /composer /usr/local/bin/composer
17+ COPY --from=composer/composer:2 -bin --link /composer /usr/local/bin/composer
1818
1919COPY --link deploy/conf/* /etc/php/8.5/fpm/
2020WORKDIR /symfony
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ RUN docker-php-ext-enable uv
2323RUN apt install libjemalloc2
2424ENV LD_PRELOAD=libjemalloc.so.2
2525
26- COPY --from=composer/composer:latest -bin --link /composer /usr/local/bin/composer
26+ COPY --from=composer/composer:2 -bin --link /composer /usr/local/bin/composer
2727
2828# ENV APP_DEBUG 1
2929ENV APP_ENV prod
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ FROM php:8.5-cli
22
33COPY --from=ghcr.io/roadrunner-server/roadrunner:2025.1 --link /usr/bin/rr /usr/local/bin/rr
44COPY --from=mlocati/php-extension-installer --link /usr/bin/install-php-extensions /usr/local/bin/
5- COPY --from=composer/composer:latest -bin --link /composer /usr/local/bin/composer
5+ COPY --from=composer/composer:2 -bin --link /composer /usr/local/bin/composer
66
77RUN install-php-extensions \
88 intl \
Original file line number Diff line number Diff line change 1- FROM phpswoole/swoole:php8.4
1+ FROM phpswoole/swoole:php8.5
22
33RUN apt-get update -yqq && \
44 apt-get install -yqq libpq-dev libicu-dev > /dev/null && \
5- docker-php-ext-install pdo_pgsql opcache intl > /dev/null
5+ docker-php-ext-install pdo_pgsql intl > /dev/null
66
77RUN pecl install apcu > /dev/null && \
88 docker-php-ext-enable apcu
@@ -11,9 +11,6 @@ COPY --link deploy/swoole/php.ini /usr/local/etc/php/
1111WORKDIR /symfony
1212COPY --link . .
1313
14- # Fix to enable symfony/polyfill-php85
15- COPY deploy/swoole/composer.json /symfony/composer.json
16-
1714# ENV APP_DEBUG=1
1815ENV APP_RUNTIME="Runtime\S woole\R untime"
1916RUN composer require runtime/swoole --update-no-dev --no-scripts --quiet
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ RUN apt-get install -yqq unzip \
1313RUN apt install libjemalloc2
1414ENV LD_PRELOAD=libjemalloc.so.2
1515
16- COPY --from=composer/composer:latest -bin --link /composer /usr/local/bin/composer
16+ COPY --from=composer/composer:2 -bin --link /composer /usr/local/bin/composer
1717
1818RUN apt-get install -y php-pear php8.5-dev libevent-dev > /dev/null && \
1919 pecl install event-3.1.4 > /dev/null && echo "extension=event.so" > /etc/php/8.5/cli/conf.d/event.ini
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ RUN apt-get install -yqq nginx git unzip curl \
1414RUN apt install libjemalloc2
1515ENV LD_PRELOAD=libjemalloc.so.2
1616
17- COPY --from=composer/composer:latest -bin --link /composer /usr/local/bin/composer
17+ COPY --from=composer/composer:2 -bin --link /composer /usr/local/bin/composer
1818
1919COPY --link deploy/conf/* /etc/php/8.5/fpm/
2020
You can’t perform that action at this time.
0 commit comments