Skip to content

Commit

Permalink
Merge pull request #428 from sinfo/fix/dockerfile
Browse files Browse the repository at this point in the history
rollback Dockerfile
  • Loading branch information
PMax5 authored Apr 9, 2024
2 parents b51cb25 + 7596810 commit 0f34cb2
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions frontend/Dockerfile_staging
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 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 0f34cb2

Please sign in to comment.