[ Bug ]: /tmp/extension.sh not find
Author: gongxuesusanCreated Mar 31, 2026Updated Mar 31, 2026
Labelsbug
Operating System
Ubuntu 24.04
Docker Image
try to build image from emulator file
Expected behaviour
emulator run should create image
Actual behaviour
emulator run gave error: /tmp/extension.sh not find
Test env: ubuntu Command: docker build -t test -f docker/emulator . emulator file was hard coded for args: ARG DOCKER_ANDROID_VERSION=" " #FROM budtmo/docker-android:base_${DOCKER_ANDROID_VERSION} FROM budtmo/docker-android:base
#==================
Android Packages
#================== ARG EMULATOR_ANDROID_VERSION="10.0" ARG EMULATOR_API_LEVEL="29"
Logs
No response
Source: budtmo/docker-android