mirror of
https://github.com/Maks1mS/devcontainers-features.git
synced 2024-12-24 00:02:58 +03:00
17 lines
444 B
JSON
17 lines
444 B
JSON
{
|
|
"name": "Wine",
|
|
"id": "wine",
|
|
"version": "0.0.5",
|
|
"description": "Installs Wine.",
|
|
"documentationURL": "https://github.com/Maks1mS/devcontainers-features/tree/main/src/wine",
|
|
"options": {
|
|
"version": {
|
|
"type": "string",
|
|
"default": "latest",
|
|
"description": "Version of Wine"
|
|
}
|
|
},
|
|
"installsAfter": [
|
|
"ghcr.io/devcontainers/features/common-utils"
|
|
]
|
|
} |