Skip to content

Commit

Permalink
Updating dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
jpwhite3 committed Dec 14, 2023
1 parent 9a532a2 commit e327ac6
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 13 deletions.
8 changes: 5 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,16 @@ RUN \
RUN \
code-server --install-extension eamodio.gitlens \
&& code-server --install-extension mhutchie.git-graph \
&& code-server --install-extension ms-python.python \
&& code-server --install-extension rebornix.ruby \
&& code-server --install-extension golang.go \
&& code-server --install-extension dbaeumer.vscode-eslint \
&& code-server --install-extension redhat.vscode-yaml \
&& code-server --install-extension oderwat.indent-rainbow \
&& code-server --install-extension rust-lang.rust \
&& code-server --install-extension redhat.java \
&& rm -rf /root/.local/share/code-server/CachedExtensionVSIXs/*

# Zsh Configuration
RUN sh -c "$(curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh)" "" --unattended

# ports and volumes
EXPOSE 9000 9001

Expand Down
20 changes: 10 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,16 +12,16 @@ _NOTE:_ The container image is quite large, and can be very resource intensive.

## Included Languages & Tools

| Language Ecosystem | Version | Included Tools |
| ------------------ | ------- | ----------------------------------------- |
| Node | 18.18.0 | nvm, npm |
| Python | 3.11.5 | Poetry, pipenv |
| Java | 20.0.2 | |
| Dotnet | 6.0.122 | |
| GO | 1.21.1 | |
| Rust | 1.74.1 | |
| Ruby | 3.1.2 | gem, rbenv |
| code-server | 4.19.1 | _various vscode plugins (see Dockerfile)_ |
| Language Ecosystem | Version | Included Tools |
| ------------------ | -------- | -------------- |
| Node | 20.10.0 | nvm, npm |
| Python | 3.11.5 | Poetry, pipenv |
| Ruby | 3.1.2p20 | gem, rbenv |
| Java | 20.0.2 | |
| Dotnet | 6.0.122 | |
| GO | 1.21.5 | |
| Rust | 1.74.1 | |
| Docker | 24.0.7 | |

# Installations instructions

Expand Down

0 comments on commit e327ac6

Please sign in to comment.