Skip to content

Commit 9450a16

Browse files
committed
gogogo
1 parent bab49af commit 9450a16

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.devcontainer/devcontainer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@
77
"WINEARCH": "win32",
88
"WINEPREFIX": "/root/.wine"
99
},
10-
"onCreateCommand": "apt update && apt install g++ g++-multilib unzip cmake wine32",
10+
"onCreateCommand": "dpkg --add-architecture i386 && apt update && apt install g++ g++-multilib unzip cmake wine32",
1111
"postCreateCommand": "wineboot"
1212
}

0 commit comments

Comments
 (0)