blob: 7f2756f7b4fc2a4255c87fa5a6e200d77599e809 (
plain) (
tree)
|
|
{
"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"
}
}
|