diff --git a/docker/ubuntu_amd/android/Dockerfile b/docker/ubuntu_amd/android/Dockerfile index a972ce0..936008b 100644 --- a/docker/ubuntu_amd/android/Dockerfile +++ b/docker/ubuntu_amd/android/Dockerfile @@ -74,9 +74,6 @@ ENV GITHUB_REPO="carTloyal123/cryze-android" # Download the APK file RUN wget -q $(curl -s "https://api.github.com/repos/$GITHUB_REPO/releases/latest" | jq -r '.assets[0].browser_download_url') -O app.apk -# Install the APK on the emulator -RUN adb install -r app.apk - RUN chmod a+x install_apk.sh #======================= # framework entry point