Skip to content

Commit

Permalink
Provide Composer 2
Browse files Browse the repository at this point in the history
  • Loading branch information
fooman authored May 12, 2021
1 parent a6a4204 commit 1a44421
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion magento-integration-tests/Dockerfile:7.4
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
FROM php:7.4-cli

COPY --from=composer:1 /usr/bin/composer /usr/local/bin/composer
COPY --from=composer:2 /usr/bin/composer /usr/local/bin/composer2

RUN apt-get update && apt-get -y install --no-install-recommends \
mariadb-client \
Expand Down Expand Up @@ -32,7 +33,6 @@ RUN docker-php-ext-install sodium
RUN docker-php-ext-install zip
RUN docker-php-ext-install intl
RUN docker-php-ext-install sockets
RUN composer global require hirak/prestissimo

COPY entrypoint.sh /entrypoint.sh
RUN chmod 755 /entrypoint.sh
Expand Down

0 comments on commit 1a44421

Please sign in to comment.