diff options
author | Samruddhi Khandale <skhandale@microsoft.com> | 2022-07-14 23:19:36 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-07-14 23:19:36 +0300 |
commit | 63e9392aa8d43f6f4f0454623b197efd9596709b (patch) | |
tree | e258f766394d51c9c16ce1b445ca3baecbee02a1 /src/php/devcontainer-feature.json | |
parent | 27e63203fa96543d287128b91fa02766fe687069 (diff) |
* PHP: install additional versions
* fix bug
* fix test scenario
* adding quotes
* change identifier
* nit
* tweak: to unblock git merge
* nit
Diffstat (limited to 'src/php/devcontainer-feature.json')
-rw-r--r-- | src/php/devcontainer-feature.json | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/src/php/devcontainer-feature.json b/src/php/devcontainer-feature.json index bd7303e..11435ec 100644 --- a/src/php/devcontainer-feature.json +++ b/src/php/devcontainer-feature.json @@ -31,9 +31,5 @@ "containerEnv": { "PHP_PATH": "/usr/local/php/current", "PATH": "${PHP_PATH}/bin:${PATH}" - }, - "install": { - "app": "", - "file": "install.sh" } -}
\ No newline at end of file +} |