Skip to content

Instantly share code, notes, and snippets.

@gbrian
Last active October 2, 2018 05:41
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save gbrian/239cfe5975002e6085d582c47251be8f to your computer and use it in GitHub Desktop.
Save gbrian/239cfe5975002e6085d582c47251be8f to your computer and use it in GitHub Desktop.
apt-get update
apt-get install \
apt-transport-https \
ca-certificates \
curl \
gnupg2 \
software-properties-common -y
curl -fsSL https://download.docker.com/linux/debian/gpg | sudo apt-key add -
add-apt-repository \
"deb [arch=amd64] https://download.docker.com/linux/debian \
$(lsb_release -cs) \
stable"
apt-get update
apt-get install docker-ce -y
apt-get install git-all -y
curl -sL https://deb.nodesource.com/setup_10.x | sudo -E bash -
apt-get install -y nodejs
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment