Gitpod configuration

This commit is contained in:
Yegor Vialov
2019-10-17 22:54:27 +03:00
parent cfe4dd1c59
commit 86987c57c9
7 changed files with 43 additions and 426 deletions

12
.gitpod.dockerfile Normal file
View File

@ -0,0 +1,12 @@
FROM gitpod/workspace-full:latest
ENV ANDROID_HOME=/workspace/android-sdk \
FLUTTER_ROOT=/workspace/flutter \
FLUTTER_HOME=/workspace/flutter
USER root
RUN apt-get update && \
apt-get -y install build-essential libkrb5-dev gcc make gradle openjdk-8-jdk && \
apt-get clean && \
apt-get -y autoremove