File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11FROM extdn/magento-integration-tests-action:7.4-latest AS builder
22
33RUN echo memory_limit = -1 >> /usr/local/etc/php/conf.d/custom-memory.ini
4- RUN composer create-project --repository=https://repo-magento-mirror.fooman.co.nz/ --no-plugins --no-install --no-interaction magento/project-community-edition /var/www/magento2ce "2.4.1"
4+ RUN composer2 create-project --repository=https://repo-magento-mirror.fooman.co.nz/ --no-plugins --no-install --no-interaction magento/project-community-edition /var/www/magento2ce "2.4.1"
55
66WORKDIR "/var/www/magento2ce"
7- RUN composer config --unset repo.0
8- RUN composer config repo.foomanmirror composer https://repo-magento-mirror.fooman.co.nz/
9- RUN composer require hoa/regex --no-update
10- RUN composer install --prefer-dist
7+ RUN composer2 config --unset repo.0
8+ RUN composer2 config repo.foomanmirror composer https://repo-magento-mirror.fooman.co.nz/
9+ RUN composer2 require hoa/regex --no-update
10+ RUN composer2 install --prefer-dist
1111
1212
1313FROM extdn/magento-integration-tests-action:7.4-latest
You can’t perform that action at this time.
0 commit comments