Skip to content

Instantly share code, notes, and snippets.

@estevez-dev
Last active February 11, 2020 08:39
Show Gist options
  • Save estevez-dev/e02a032840cfd1a7c8fc6b785480523e to your computer and use it in GitHub Desktop.
Save estevez-dev/e02a032840cfd1a7c8fc6b785480523e to your computer and use it in GitHub Desktop.
Docker file example for Flutter project in Gitpod
FROM gitpod/workspace-full:latest
ENV ANDROID_HOME=/workspace/android-sdk \
FLUTTER_ROOT=/workspace/flutter \
FLUTTER_HOME=/workspace/flutter
RUN bash -c ". /home/gitpod/.sdkman/bin/sdkman-init.sh \
&& sdk install java 8.0.242.j9-adpt"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment