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

Update .gitpod.Dockerfile

parent 5f0d8aec
Branches
Tags
No related merge requests found
...@@ -2,9 +2,9 @@ FROM gitpod/workspace-full-vnc ...@@ -2,9 +2,9 @@ FROM gitpod/workspace-full-vnc
USER gitpod USER gitpod
RUN sudo add-apt-repository universe RUN add-apt-repository universe
RUN sudo apt update RUN apt update
RUN sudo apt install graphviz RUN 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 \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment