We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8c2393c commit 78e5059Copy full SHA for 78e5059
.gitpod.Dockerfile
@@ -1,6 +1,6 @@
1
FROM gitpod/workspace-full-vnc
2
RUN sudo apt-get update && \
3
- sudo apt-get install -y graphviz htop
+ sudo apt-get install -y graphviz htop openjdk-11-jre-headless
4
5
RUN wget https://github.com/tlaplus/tlaplus/releases/download/v1.8.0/TLAToolbox-1.8.0.deb && \
6
sudo dpkg -i TLAToolbox-1.8.0.deb
.gitpod.yml
@@ -21,7 +21,4 @@ github:
21
22
vscode:
23
extensions:
24
- - alygin.vscode-tlaplus
25
- - tintinweb.graphviz-interactive-preview
26
- - cssho.vscode-svgviewer
27
- tomoki1207.pdf
0 commit comments