hugo-robles
11/30/2018 - 6:19 PM

Debian


## APT Running

apt-get -qq update
before installing packages, and if your command is in a Dockerfile, you'll then need:

apt-get -qq -y install curl


## Install Node

curl -sL https://deb.nodesource.com/setup_6.x | sudo -E bash -
sudo apt-get install -y nodejs

apt-get install -y build-essential