Skip to content

Commit

Permalink
chore: updating devcontainer
Browse files Browse the repository at this point in the history
  • Loading branch information
sekwah41 committed Jul 22, 2024
1 parent 9c5cbd6 commit c8624f4
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
@@ -1 +1,5 @@
{ "image": "ubuntu:22.04" }
{
"name": "Pomatez Dev",
"image": "ubuntu:22.04",
"postCreateCommand": "apt-get update && apt-get install -y curl git && curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y && curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.7/install.sh | bash && export NVM_DIR=\"$HOME/.nvm\" && [ -s \"$NVM_DIR/nvm.sh\" ] && \\. \"$NVM_DIR/nvm.sh\" && [ -s \"$NVM_DIR/bash_completion\" ] && \\. \"$NVM_DIR/bash_completion\""
}

0 comments on commit c8624f4

Please sign in to comment.