Update .gitpod.dockerfile

This commit is contained in:
Yegor Vialov 2020-01-30 22:20:01 +02:00 committed by GitHub
parent f29e382a19
commit 9f3e3c1917
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,5 +1,12 @@
FROM gitpod/workspace-full:latest
ENV ANDROID_HOME=/sdk/android-sdk \
FLUTTER_ROOT=/sdk/flutter \
FLUTTER_HOME=/sdk/flutter
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