Skip to content

Commit

Permalink
use Java 8 in gitpod
Browse files Browse the repository at this point in the history
  • Loading branch information
danielnaber committed Oct 31, 2020
1 parent 52b3e46 commit 9f1ec93
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .gitpod.Dockerfile
Original file line number Diff line number Diff line change
@@ -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.272.open-adpt"

0 comments on commit 9f1ec93

Please sign in to comment.