Skip to content

Latest commit

 

History

History
25 lines (18 loc) · 1.04 KB

installation.md

File metadata and controls

25 lines (18 loc) · 1.04 KB

Installation for what?

This md is a temporary document to recap on the tools missing from the base code-server image. This steps will go into a future dockerfile that will enhance my CI/CD process for Node.js development.


# Using Ubuntu
curl -fsSL https://deb.nodesource.com/setup_18.x | sudo -E bash -
sudo apt-get install -y nodejs

# Using Debian, as root
curl -fsSL https://deb.nodesource.com/setup_18.x | bash -
apt-get install -y nodejs

Useful VS Code extensions