Skip to content

Commit 78e5059

Browse files
committed
Update gitpod environment to not a) install two tla extensions and b) Java
1 parent 8c2393c commit 78e5059

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

.gitpod.Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
FROM gitpod/workspace-full-vnc
22
RUN sudo apt-get update && \
3-
sudo apt-get install -y graphviz htop
3+
sudo apt-get install -y graphviz htop openjdk-11-jre-headless
44

55
RUN wget https://github.com/tlaplus/tlaplus/releases/download/v1.8.0/TLAToolbox-1.8.0.deb && \
66
sudo dpkg -i TLAToolbox-1.8.0.deb

.gitpod.yml

-3
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,4 @@ github:
2121

2222
vscode:
2323
extensions:
24-
- alygin.vscode-tlaplus
25-
- tintinweb.graphviz-interactive-preview
26-
- cssho.vscode-svgviewer
2724
- tomoki1207.pdf

0 commit comments

Comments
 (0)