Skip to content

Commit

Permalink
Fix docker image
Browse files Browse the repository at this point in the history
  • Loading branch information
carTloyal123 committed Mar 4, 2024
1 parent a3640f4 commit 296f74e
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions docker/ubuntu_amd/android/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 296f74e

Please sign in to comment.