Skip to content

Commit 3a9f768

Browse files
committed
Add NDK and mingw to ci-builer Dockerfile
fix NDK mv-to-self error in Dockerfile
1 parent c5be43e commit 3a9f768

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

Dockerfile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,6 @@ RUN curl -fsSL https://dl.google.com/android/repository/android-ndk-r28-linux.zi
4242
-o /tmp/android-ndk.zip \
4343
&& echo "a186b67e8810cb949514925e4f7a2255548fb55f5e9b0824a6430d012c1b695b /tmp/android-ndk.zip" | sha256sum -c \
4444
&& unzip -q /tmp/android-ndk.zip -d /opt \
45-
&& mv /opt/android-ndk-r28 "$ANDROID_NDK_ROOT" \
4645
&& rm /tmp/android-ndk.zip
4746

4847
ENV FLUTTER_HOME=/opt/flutter \

0 commit comments

Comments
 (0)