Skip to content
This repository has been archived by the owner on Oct 30, 2023. It is now read-only.

Commit

Permalink
fix filename
Browse files Browse the repository at this point in the history
  • Loading branch information
mixmasala committed Mar 7, 2022
1 parent 00307b6 commit ad74986
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile.android
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ ENV ANDROID_SDK_ROOT /opt/android-sdk
ENV ANDROID_HOME ${ANDROID_SDK_ROOT}
ENV ANDROID_NDK_ROOT /opt/android-ndk
ENV NDK_VERSION r23b
ENV NDK_ZIP android-ndk-${NDK_VERSION}-linux-x86_64.zip
ENV NDK_ZIP android-ndk-${NDK_VERSION}-linux.zip
ENV NDK_SHA1SUM f47ec4c4badd11e9f593a8450180884a927c330d
ENV TOOLS_ZIP commandlinetools-linux-6858069_latest.zip
ENV TOOLS_SHA256SUM 87f6dcf41d4e642e37ba03cb2e387a542aa0bd73cb689a9e7152aad40a6e7a08
Expand Down

0 comments on commit ad74986

Please sign in to comment.