Skip to content

Commit

Permalink
composer 2.7.1 in php 8.2
Browse files Browse the repository at this point in the history
  • Loading branch information
en-jschuetze authored Feb 12, 2024
1 parent acca5a5 commit 05f1a40
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,8 @@ RUN apk add --no-cache ${PHP_PACKAGE_BASENAME}-pecl-pcov
COPY files/php.ini /etc/${PHP_PACKAGE_BASENAME}/php.ini

# add composer
COPY --from=composer:2.7.0 /usr/bin/composer /usr/bin/composer
# hadolint ignore=DL4006
RUN wget https://raw.githubusercontent.com/composer/getcomposer.org/main/web/installer -O - -q | php -- --version 2.7.1 --install-dir=/usr/bin --filename=composer
ENV COMPOSER_HOME=/composer
RUN mkdir /composer && chown www-data:www-data /composer

Expand Down

0 comments on commit 05f1a40

Please sign in to comment.