Skip to content

Commit 0b7a5ae

Browse files
authored
Update setup-docker.js
1 parent 82cea5d commit 0b7a5ae

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

lib/setup-docker.js

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -343,6 +343,13 @@ system_profiler SPHardwareDataType || true
343343
DOCKER_VERSION_STRING ? `docker-ce=${DOCKER_VERSION_STRING}` : 'docker-ce',
344344
DOCKER_VERSION_STRING ? `docker-ce-cli=${DOCKER_VERSION_STRING}` : 'docker-ce-cli'
345345
]);
346+
347+
await exec.exec('sudo', [
348+
'apt-get',
349+
'-y',
350+
'install',
351+
'docker-compose-plugin',
352+
]).catch(() => { });
346353
core.endGroup();
347354
}
348355

0 commit comments

Comments
 (0)