File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -144,7 +144,7 @@ while true; do
144144 echo \
145145 " deb [arch=$( dpkg --print-architecture) signed-by=/usr/share/keyrings/docker-archive-keyring.gpg] https://download.docker.com/linux/ubuntu \
146146 $( lsb_release -cs) stable" | sudo tee /etc/apt/sources.list.d/docker.list > /dev/null
147- sudo apt-get install docker-ce docker-ce-cli containerd.io docker-buildx-plugin docker-compose-plugin
147+ sudo apt-get install docker-ce docker-ce-cli containerd.io docker-buildx-plugin docker-compose-plugin -y
148148
149149 countdown_title " Cài đặt docker-compose" || continue
150150 sudo curl -L " https://github.com/docker/compose/releases/latest/download/docker-compose-$( uname -s) -$( uname -m) " -o /usr/local/bin/docker-compose
You can’t perform that action at this time.
0 commit comments