File tree Expand file tree Collapse file tree 1 file changed +0
-5
lines changed
Expand file tree Collapse file tree 1 file changed +0
-5
lines changed Original file line number Diff line number Diff line change @@ -331,11 +331,6 @@ async function installDocker({
331331 'containerd.io docker-buildx-plugin docker-compose-plugin' ,
332332 )
333333 } else {
334- process . stdout . write ( `DEBIAN_FRONTEND=noninteractive sudo apt-get install -y \
335- docker-ce=$(apt-cache madison docker-ce | grep --fixed-strings ${ dockerVersion } | head -1 | awk '{print $3}') \
336- docker-ce-cli=$(apt-cache madison docker-ce-cli | grep --fixed-strings ${ dockerVersion } | head -1 | awk '{print $3}') \
337- containerd.io docker-buildx-plugin docker-compose-plugin\n` ,
338- )
339334 commands . push (
340335 `DEBIAN_FRONTEND=noninteractive sudo apt-get install -y \
341336 docker-ce=$(apt-cache madison docker-ce | grep --fixed-strings ${ dockerVersion } | head -1 | awk '{print $3}') \
You can’t perform that action at this time.
0 commit comments