Skip to content

Commit 39d909d

Browse files
committed
init
1 parent 0127a8c commit 39d909d

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.devcontainer/devcontainer.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
"ANDROID_HOME": "/opt/adt/adt-bundle-linux-x86_64-20140702/sdk",
1111
"ANT": "/opt/adt/adt-bundle-linux-x86_64-20140702/eclipse/plugins/org.apache.ant_1.8.3.v201301120609/bin/ant"
1212
},
13+
"initializeCommand": ["docker", "run", "--rm", "--privileged", "tonistiigi/binfmt", "--install", "amd64,386"],
1314
"postCreateCommand": "bash /workspace/.devcontainer/setup.sh",
1415
"customizations": {
1516
"vscode": {

0 commit comments

Comments
 (0)