10 lines
178 B
Text
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
|
|
|