Skip to content

Commit

Permalink
Pin composer version until preserve-paths package is updated, see dru…
Browse files Browse the repository at this point in the history
  • Loading branch information
berliner committed May 29, 2023
1 parent 4fdc521 commit 1eb22b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ WORKDIR /srv/www
RUN rm -rf ./vendor && \
# Update composer to avoid issues with missing drupal files.
# @see https://github.com/drupal-composer/drupal-project/issues/282
composer self-update --2 && \
composer self-update 2.5.5 && \
COMPOSER_MEMORY_LIMIT=-1 composer install --no-dev --no-interaction --prefer-dist

# Copy settings to default site location.
Expand Down

0 comments on commit 1eb22b9

Please sign in to comment.