Skip to content
Snippets Groups Projects
Commit d5fd79db authored by Hallvard Trætteberg's avatar Hallvard Trætteberg
Browse files

Update .gitpod.Dockerfile

parent 36b61ba6
No related branches found
No related tags found
No related merge requests found
...@@ -2,7 +2,7 @@ FROM gitpod/workspace-full-vnc ...@@ -2,7 +2,7 @@ FROM gitpod/workspace-full-vnc
USER gitpod USER gitpod
RUN sudo apt install graphviz # RUN sudo apt install graphviz
RUN bash -c ". /home/gitpod/.sdkman/bin/sdkman-init.sh \ RUN bash -c ". /home/gitpod/.sdkman/bin/sdkman-init.sh \
&& sdk install java 14.0.2.j9-adpt \ && sdk install java 14.0.2.j9-adpt \
&& sdk default java 14.0.2.j9-adpt" && sdk default java 14.0.2.j9-adpt"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment