You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jul 13, 2023. It is now read-only.
apt-get -y install build-essential dart libkrb5-dev gcc make && \
12
+
apt-get clean && \
13
+
apt-get -y autoremove && \
14
+
apt-get -y clean && \
15
+
rm -rf /var/lib/apt/lists/*
16
+
17
+
USER gitpod
18
+
19
+
RUN cd /home/gitpod && wget -O flutter_sdk.tar.xz https://storage.googleapis.com/flutter_infra/releases/stable/linux/flutter_linux_v1.0.0-stable.tar.xz \
20
+
&& tar -xvf flutter_sdk.tar.xz && rm flutter_sdk.tar.xz;
0 commit comments