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