Skip to content

Commit

Permalink
Fix build tools path
Browse files Browse the repository at this point in the history
  • Loading branch information
inexcode authored Feb 17, 2025
1 parent 09245ea commit 370ca72
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flutter-build-env/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ RUN git config --system --add safe.directory $FLUTTER_HOME

ENV ANDROID_HOME "/opt/android-sdk"
ENV ANDROID_SDK_ROOT "${ANDROID_HOME}"
ENV PATH "$PATH:$ANDROID_SDK_ROOT/cmdline-tools/latest/bin:$ANDROID_SDK_ROOT/build-tools/30.0.3:/opt/flutter/bin"
ENV PATH "$PATH:$ANDROID_SDK_ROOT/cmdline-tools/latest/bin:$ANDROID_SDK_ROOT/build-tools/34.0.0:/opt/flutter/bin"

# Install needed Android SDK packages
RUN yes | sdkmanager 'build-tools;34.0.0' 'platforms;android-29' 'platforms;android-30' 'platforms;android-31' 'platforms;android-34'
Expand Down

0 comments on commit 370ca72

Please sign in to comment.