Skip to content

Requirements

Arjun Guha edited this page Aug 19, 2020 · 1 revision

Ubuntu 20.04

Containerless works with the version of Node that comes with Ubuntu 20.04:

sudo apt-get install npm node

You also need to install Yarn:

sudo curl -sS https://dl.yarnpkg.com/debian/pubkey.gpg | sudo apt-key add 
echo "deb https://dl.yarnpkg.com/debian/ stable main" | sudo tee /etc/apt/sources.list.d/yarn.list
sudo apt-get update
sudo apt-get install yarn

The Rust code will not build unless you install the following:

sudo apt-get install build-essential pkg-config

Clone this wiki locally