Add files via upload
This commit is contained in:
parent
7d20baf07d
commit
6ec1d7eff4
3 changed files with 162 additions and 0 deletions
10
steps
Normal file
10
steps
Normal 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
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue