Skip to content

Commit

Permalink
build: always run composer ignoring php exts/libs
Browse files Browse the repository at this point in the history
  • Loading branch information
EdieLemoine committed Oct 2, 2024
1 parent 3c847b3 commit 5a8a208
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
services:
php:
image: ghcr.io/myparcelnl/php-xd:7.4-cli-alpine
environment:
COMPOSER_IGNORE_PLATFORM_REQ: 'ext-*,lib-*'
volumes:
- .:/app
command: ['composer', 'install']
Expand Down

0 comments on commit 5a8a208

Please sign in to comment.