From 9346afc2da0c9a496503a991703632b29870816c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Camille=20Lou=C3=A9doc-Eyri=C3=A8s?= Date: Sat, 25 Jun 2022 21:40:42 +0200 Subject: [PATCH] edit default emulator binary --- docker/Emulator_x86 | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docker/Emulator_x86 b/docker/Emulator_x86 index 0b09796..67b3cc6 100644 --- a/docker/Emulator_x86 +++ b/docker/Emulator_x86 @@ -195,4 +195,6 @@ RUN chmod -R +x /root/src && chmod +x /root/supervisord.conf HEALTHCHECK --interval=2s --timeout=40s --retries=1 \ CMD timeout 40 adb wait-for-device shell 'while [[ -z $(getprop sys.boot_completed) ]]; do sleep 1; done' +RUN ln -s /root/emulator/emulator /usr/bin/ + CMD /usr/bin/supervisord --configuration supervisord.conf