mirror of
https://github.com/Maks1mS/devcontainers-features.git
synced 2024-12-23 15:52:59 +03:00
[wine] Update devcontainer-feature.json
This commit is contained in:
parent
540057550e
commit
784f92b374
@ -3,13 +3,15 @@
|
|||||||
"id": "wine",
|
"id": "wine",
|
||||||
"version": "0.0.3",
|
"version": "0.0.3",
|
||||||
"description": "Installs Wine.",
|
"description": "Installs Wine.",
|
||||||
|
"documentationURL": "https://github.com/Maks1mS/devcontainers-features/tree/main/src/wine",
|
||||||
"options": {
|
"options": {
|
||||||
"version": {
|
"version": {
|
||||||
"type": "string",
|
"type": "string",
|
||||||
"default": "latest"
|
"default": "latest",
|
||||||
|
"description": "Version of Wine"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"installsAfter": [
|
"installsAfter": [
|
||||||
"ghcr.io/devcontainers/features/common-utils"
|
"ghcr.io/devcontainers/features/common-utils"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user