Added -y
This commit is contained in:
parent
4c44ba7c46
commit
2615b5320e
@ -2,7 +2,7 @@
|
||||
PATH="/bin:/sbin:/usr/sbin:/usr/bin"
|
||||
apt-get update
|
||||
|
||||
apt-get install \
|
||||
apt-get install -y \
|
||||
apt-transport-https \
|
||||
ca-certificates \
|
||||
curl \
|
||||
@ -18,4 +18,4 @@ add-apt-repository \
|
||||
|
||||
apt-get update
|
||||
|
||||
apt-get install docker-ce docker-ce-cli containerd.io
|
||||
apt-get install -y docker-ce docker-ce-cli containerd.io
|
||||
|
Loading…
x
Reference in New Issue
Block a user