mirror of
https://github.com/HQarroum/docker-android.git
synced 2026-07-15 06:47:07 +02:00
Merge pull request #31 from italks/main
fix:Failing on RUN /opt/install-sdk.sh #10
This commit is contained in:
@@ -0,0 +1 @@
|
||||
*.sh text eol=lf
|
||||
@@ -26,6 +26,8 @@ services:
|
||||
- ./android_avd:/data
|
||||
extra_hosts:
|
||||
- "host.docker.internal:host-gateway"
|
||||
devices:
|
||||
- /dev/kvm:/dev/kvm
|
||||
|
||||
android-emulator-cuda:
|
||||
build:
|
||||
|
||||
@@ -58,4 +58,4 @@ function wait_for_boot() {
|
||||
sleep 1
|
||||
fi
|
||||
update_state "ANDROID_READY"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user