We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c5be43e commit 3a9f768Copy full SHA for 3a9f768
1 file changed
Dockerfile
@@ -42,7 +42,6 @@ RUN curl -fsSL https://dl.google.com/android/repository/android-ndk-r28-linux.zi
42
-o /tmp/android-ndk.zip \
43
&& echo "a186b67e8810cb949514925e4f7a2255548fb55f5e9b0824a6430d012c1b695b /tmp/android-ndk.zip" | sha256sum -c \
44
&& unzip -q /tmp/android-ndk.zip -d /opt \
45
- && mv /opt/android-ndk-r28 "$ANDROID_NDK_ROOT" \
46
&& rm /tmp/android-ndk.zip
47
48
ENV FLUTTER_HOME=/opt/flutter \
0 commit comments