blob: ca5eaeab7f203f9ffdaba12fb1ac48aa944c0bb7 (
plain) (
tree)
|
|
{
"id": "powershell",
"version": "1.0.1",
"name": "PowerShell",
"documentationURL": "https://github.com/devcontainers/features/tree/main/src/powershell",
"description": "Installs PowerShell along with needed dependencies. Useful for base Dockerfiles that often are missing required install dependencies like gpg.",
"options": {
"version": {
"type": "string",
"proposals": [
"latest",
"none",
"7.1"
],
"default": "latest",
"description": "Select or enter a version of PowerShell."
}
}
}
|