aws_ensure: Update
This commit is contained in:
parent
f6c444c424
commit
861aabff70
1 changed files with 3 additions and 0 deletions
|
|
@ -233,6 +233,9 @@ sudo -E apt-get update -y
|
|||
sudo -E apt-get install -y docker-ce docker-ce-cli containerd.io docker-compose-plugin
|
||||
sudo groupadd docker || true
|
||||
sudo usermod -aG docker \$USER
|
||||
|
||||
mkdir -p \$HOME/.local/bin
|
||||
mkdir -p \$HOME/.local/share/man
|
||||
EOF
|
||||
init_remote_env
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue