devcontainers-features/test/wine/scenarios.json

11 lines
207 B
JSON
Raw Normal View History

2023-09-15 21:17:28 +03:00
{
2023-09-17 22:52:23 +03:00
"wine_specified_version": {
2023-09-15 21:17:28 +03:00
"image": "mcr.microsoft.com/devcontainers/base:debian",
"features": {
"wine": {
2023-09-17 22:52:23 +03:00
"version": "8.5"
2023-09-15 21:17:28 +03:00
}
}
}
}