|
|
|
@@ -0,0 +1,10 @@ |
|
|
|
FROM gitpod/workspace-full |
|
|
|
|
|
|
|
# Install custom tools, runtimes, etc. |
|
|
|
# For example "bastet", a command-line tetris clone: |
|
|
|
# RUN brew install bastet |
|
|
|
# |
|
|
|
# More information: https://www.gitpod.io/docs/config-docker/ |
|
|
|
|
|
|
|
RUN bash -c ". /home/gitpod/.sdkman/bin/sdkman-init.sh \ |
|
|
|
&& sdk install java 8.0.265-open" |