mirror of
https://github.com/Maks1mS/devcontainers-features.git
synced 2025-03-21 17:23:44 +03:00
16 lines
303 B
JSON
16 lines
303 B
JSON
{
|
|
"name": "Wine",
|
|
"id": "wine",
|
|
"version": "1.0.0",
|
|
"description": "Installs Wine.",
|
|
"options": {
|
|
"version": {
|
|
"type": "string",
|
|
"default": "latest"
|
|
}
|
|
},
|
|
"installsAfter": [
|
|
"ghcr.io/devcontainers/features/common-utils"
|
|
]
|
|
}
|