Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ FROM snapcore/snapcraft AS snapcraft

FROM ubuntu:bionic AS flutterbuilder
RUN apt-get update \
&& apt-get install -y \
git curl unzip
&& apt-get install -y --no-install-recommends \
git curl unzip ca-certificates
# Install Flutter from the beta channel
RUN git clone --single-branch --depth=1 --branch beta https://github.com/flutter/flutter /opt/flutter 2>&1 \
&& /opt/flutter/bin/flutter doctor -v
Expand Down