Update .gitpod.dockerfile

This commit is contained in:
Yegor Vialov 2020-01-30 21:43:28 +02:00 committed by GitHub
parent 4298ebcd66
commit 073562373a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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