17,327
edits
Line 93: | Line 93: | ||
Dependencies are apps you need to install before you can install the app you want. | Dependencies are apps you need to install before you can install the app you want. | ||
# sudo apt install vim | |||
## confirm with yes when asked | |||
# sudo apt install git | |||
## confirm with yes when asked | |||
# sudo apt install docker | |||
## confirm with yes when asked | |||
# sudo apt install docker-compose | |||
## confirm with yes when asked | |||
# sudo apt install docker.io | |||
## confirm with yes when asked | |||
==== Install the relay with docker ==== | ==== Install the relay with docker ==== |