Skip to content

Commit

Permalink
fix: Revert usage of specific flutter version
Browse files Browse the repository at this point in the history
  • Loading branch information
PMax5 committed Apr 10, 2024
1 parent d683870 commit b339c1e
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions frontend/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,14 @@ RUN apt-get install -y curl git wget unzip libgconf-2-4 gdb libstdc++6 libglu1-m
RUN apt-get clean

# Clone the flutter repo
# Temporary fix while the cuppertino_icons package is not fixed to work with Flutter 3.13.0 (latest stable release).
RUN git clone --branch 3.10.6 https://github.com/flutter/flutter.git /usr/local/flutter
RUN git clone https://github.com/flutter/flutter.git /usr/local/flutter

# Set flutter path
ENV PATH="/usr/local/flutter/bin:/usr/local/flutter/bin/cache/dart-sdk/bin:${PATH}"

# Enable flutter web
# RUN flutter channel stable
# RUN flutter upgrade
RUN flutter channel stable
RUN flutter upgrade
RUN flutter config --enable-web

# Run flutter doctor
Expand Down

0 comments on commit b339c1e

Please sign in to comment.