We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5c3d832 commit bab49afCopy full SHA for bab49af
.devcontainer/devcontainer.json
@@ -7,5 +7,6 @@
7
"WINEARCH": "win32",
8
"WINEPREFIX": "/root/.wine"
9
},
10
- "onCreateCommand": "apt install g++ g++-multilib unzip cmake wine32"
+ "onCreateCommand": "apt update && apt install g++ g++-multilib unzip cmake wine32",
11
+ "postCreateCommand": "wineboot"
12
}
0 commit comments