devcontainers-features/src/wine/devcontainer-feature.json

16 lines
303 B
JSON
Raw Normal View History

2023-09-15 20:46:37 +03:00
{
"name": "Wine",
"id": "wine",
"version": "1.0.0",
2023-09-18 07:46:47 +03:00
"description": "Installs Wine.",
2023-09-15 20:46:37 +03:00
"options": {
2023-09-15 20:49:00 +03:00
"version": {
2023-09-15 20:46:37 +03:00
"type": "string",
2023-09-17 23:09:04 +03:00
"default": "latest"
2023-09-15 20:46:37 +03:00
}
},
"installsAfter": [
"ghcr.io/devcontainers/features/common-utils"
]
}