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

Update .gitpod.Dockerfile

parent 92f8a837
No related branches found
No related tags found
No related merge requests found
FROM gitpod/workspace-full-vnc
USER gitpod
USER root
RUN add-apt-repository universe
RUN apt update
RUN apt install graphviz
USER gitpod
RUN bash -c ". /home/gitpod/.sdkman/bin/sdkman-init.sh \
&& sdk install 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.
Finish editing this message first!
Please register or to comment