This repository has been archived on 2023-11-18. You can view files and clone it, but cannot push or open issues or pull requests.
ha_client/.gitpod.dockerfile

8 lines
258 B
Plaintext
Raw Normal View History

2019-10-17 22:54:27 +03:00
FROM gitpod/workspace-full:latest
2020-01-30 22:20:01 +02:00
ENV ANDROID_HOME=/workspace/android-sdk \
FLUTTER_ROOT=/workspace/flutter \
FLUTTER_HOME=/workspace/flutter
2020-02-07 11:46:34 +02:00
RUN bash -c ". /home/gitpod/.sdkman/bin/sdkman-init.sh \
&& sdk install java 8.0.242.j9-adpt"