8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 266d27f commit e33ab07Copy full SHA for e33ab07
Dockerfile
@@ -22,6 +22,8 @@ RUN sudo chown -R coder:coder /home/coder/.local
22
# You can add custom software and dependencies for your environment below
23
# -----------
24
25
+RUN sudo apt install openjdk-17-jdk openjdk-17-jre -y
26
+
27
# Install a VS Code extension:
28
# Note: we use a different marketplace than VS Code. See https://github.com/cdr/code-server/blob/main/docs/FAQ.md#differences-compared-to-vs-code
29
# RUN code-server --install-extension esbenp.prettier-vscode
0 commit comments