aboutsummaryrefslogtreecommitdiff
path: root/src/powershell/devcontainer-feature.json
blob: 7f2756f7b4fc2a4255c87fa5a6e200d77599e809 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
{
    "id": "powershell",
    "name": "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."
        }
    },
    "install": {
        "app": "",
        "file": "install.sh"
    }
}