We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0127a8c commit 39d909dCopy full SHA for 39d909d
1 file changed
.devcontainer/devcontainer.json
@@ -10,6 +10,7 @@
10
"ANDROID_HOME": "/opt/adt/adt-bundle-linux-x86_64-20140702/sdk",
11
"ANT": "/opt/adt/adt-bundle-linux-x86_64-20140702/eclipse/plugins/org.apache.ant_1.8.3.v201301120609/bin/ant"
12
},
13
+ "initializeCommand": ["docker", "run", "--rm", "--privileged", "tonistiigi/binfmt", "--install", "amd64,386"],
14
"postCreateCommand": "bash /workspace/.devcontainer/setup.sh",
15
"customizations": {
16
"vscode": {
0 commit comments