Add files via upload

This commit is contained in:
Paul M 2020-11-01 22:05:28 -06:00 committed by GitHub
parent 7d20baf07d
commit 6ec1d7eff4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 162 additions and 0 deletions

10
steps Normal file
View file

@ -0,0 +1,10 @@
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