Skip to content

Commit

Permalink
update alpine-php-composer: add global vendor/bin to PATH environment…
Browse files Browse the repository at this point in the history
… variable
  • Loading branch information
cirolosapio committed Oct 21, 2024
1 parent e78f93d commit e405638
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/alpine-php-composer/devcontainer-feature.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,12 @@
{
"name": "alpine-php-composer",
"id": "alpine-php-composer",
"version": "0.0.9",
"version": "0.0.10",
"description": "Installs php composer on alpine",
"documentationURL": "https://github.com/cirolosapio/devcontainers-features/tree/main/src/alpine-php-composer",
"containerEnv": {
"PATH": "~/.config/composer/vendor/bin:$PATH"
},
"options": {
"version": {
"type": "string",
Expand Down

0 comments on commit e405638

Please sign in to comment.