rpideploy/steps
2020-11-01 22:05:28 -06:00

10 lines
178 B
Text

step 1
run apt-get update
run apt-get upgrade -y
step 2
run curl -sSL https://get.docker.com | sh
step 3
run apt install python3-pip -y
run apt install docker-compose -y
step 4