Skip to content

Add composer to Dockerfile from official composer image#47

Open
shaundrong wants to merge 2 commits into
mainfrom
Add-Copy-Command-For-Composer-2-9
Open

Add composer to Dockerfile from official composer image#47
shaundrong wants to merge 2 commits into
mainfrom
Add-Copy-Command-For-Composer-2-9

Conversation

@shaundrong
Copy link
Copy Markdown

Copy the latest 2.9.x build of composer to the Docker image.

Copy the latest 2.9.x build of composer to the Docker image.
Comment thread Dockerfile Outdated
Co-authored-by: Brandt Kurowski <bkurowski@uceap.universityofcalifornia.edu>
@kurowski
Copy link
Copy Markdown
Member

I'm curious if/why you think we need to add this? AFAICT it's a no-op:

$ docker run --rm ghcr.io/uceap/devcontainer-drupal:main /usr/local/bin/composer --version
Composer version 2.9.8 2026-05-13 09:28:38
PHP version 8.3.31 (/usr/local/bin/php)
Run the "diagnose" command to get more detailed diagnostics output.

$ docker run --rm ghcr.io/uceap/devcontainer-drupal:pr-47 /usr/local/bin/composer --version
Composer version 2.9.8 2026-05-13 09:28:38
PHP version 8.3.31 (/usr/local/bin/php)
Run the "diagnose" command to get more detailed diagnostics output.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants