diff options
author | Samruddhi Khandale <skhandale@microsoft.com> | 2022-06-06 19:38:02 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-06-06 19:38:02 +0300 |
commit | 07f2b34faba9785646647c27a8445912df57fdc6 (patch) | |
tree | b46ec6dde4ce7b515c4a5cbe6fb280762697938c /src/php/devcontainer-feature.json | |
parent | a87dca40b5763cfcdb0881b0b589a05766ce7e04 (diff) |
fix miscellaneous bugs (#41)
* add recursive linking
* temp change
* fix xdebug
* fix rbenv xdebug
* fix hugo
* remove suffix
* php: fix config
* fix anaconda and oryx
* fix xdebug
* fixes php
* bug fix: composer
* anaconda
* nit
* fix shellchecker
* shellchecker
Diffstat (limited to 'src/php/devcontainer-feature.json')
-rw-r--r-- | src/php/devcontainer-feature.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/php/devcontainer-feature.json b/src/php/devcontainer-feature.json index 2832eb1..bd7303e 100644 --- a/src/php/devcontainer-feature.json +++ b/src/php/devcontainer-feature.json @@ -30,7 +30,7 @@ ], "containerEnv": { "PHP_PATH": "/usr/local/php/current", - "PATH": "${PHP_PATH}:${PHP_PATH}/bin:${PATH}" + "PATH": "${PHP_PATH}/bin:${PATH}" }, "install": { "app": "", |