Skip to content
This repository was archived by the owner on Dec 20, 2024. It is now read-only.

Commit c3697ec

Browse files
committed
chore: update Dockerfile to use NDK r26 RC-1
1 parent 518a85a commit c3697ec

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ ENV PYTHONUNBUFFERED=1
2424
ENV PYTHONDONTWRITEBYTECODE=1
2525

2626
# Set the URL for downloading Android NDK
27-
ADD https://dl.google.com/android/repository/android-ndk-r26-beta1-linux.zip /tmp/android-ndk.zip
27+
ADD https://dl.google.com/android/repository/android-ndk-r26-rc1-linux.zip /tmp/android-ndk.zip
2828

2929
# Download and install Android NDK if it's not in the cache
3030
RUN unzip /tmp/android-ndk.zip -d /usr/local \

0 commit comments

Comments
 (0)