Merge pull request #3964 from rustdesk/revert-3945-patch-2

Revert "Update Dockerfile"
This commit is contained in:
RustDesk 2023-04-08 09:20:53 +08:00 committed by GitHub
commit f45f731cce
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -38,7 +38,7 @@ RUN sudo apt-get install -y libclang-dev
RUN sudo apt install -y gcc-multilib
WORKDIR $WORKDIR
ENV ANDROID_NDK_HOME=/opt/android/ndk/23.2.8568313
ENV ANDROID_NDK_HOME=/opt/android/ndk/22.1.7171670
# Somehow try to automate flutter pub get
# https://rustdesk.com/docs/en/dev/build/android/