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