devcontainers-features/test/wine/scenarios.json

11 lines
191 B
JSON
Raw Normal View History

2023-09-15 21:17:28 +03:00
{
"hello": {
"image": "mcr.microsoft.com/devcontainers/base:debian",
"features": {
"wine": {
"version": "8.15"
}
}
}
}