8000 added install java 17 command · coder/deploy-code-server@e33ab07 · GitHub
[go: up one dir, main page]

Skip to content

Commit e33ab07

Browse files
authored
added install java 17 command
1 parent 266d27f commit e33ab07

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Dockerfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,8 @@ RUN sudo chown -R coder:coder /home/coder/.local
2222
# You can add custom software and dependencies for your environment below
2323
# -----------
2424

25+
RUN sudo apt install openjdk-17-jdk openjdk-17-jre -y
26+
2527
# Install a VS Code extension:
2628
# 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
2729
# RUN code-server --install-extension esbenp.prettier-vscode

0 commit comments

Comments
 (0)
0