Skip to content

Commit

Permalink
refactor(devcontainer): use node and java lts in example installs
Browse files Browse the repository at this point in the history
  • Loading branch information
codingluke committed Nov 2, 2024
1 parent 80624ac commit b1f6630
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .devcontainer/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,10 @@ RUN curl https://mise.run | sh \
&& echo 'eval "$(~/.local/bin/mise activate bash)"' >> ~/.bashrc

## Java
# RUN ~/.local/bin/mise use --global java@latest
# RUN ~/.local/bin/mise use --global java@lts

## Nodejs
# RUN ~/.local/bin/mise use --global node@latest
# RUN ~/.local/bin/mise use --global node@lts

# Funky Terminal
RUN sh -c "$(wget -O- https://github.com/deluan/zsh-in-docker/releases/download/v1.2.0/zsh-in-docker.sh)" -- \
Expand Down

0 comments on commit b1f6630

Please sign in to comment.