Runner does not install docker-compose and aws-cli #1885
-
Trying to run AWS commands and docker-compose commands on my runners. I have installed the runners exactly like the guide in the README file
and the same error goes for docker-compose Is there a better image for those kind of operations? Your help is much appreciated here :) |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
https://github.com/actions-runner-controller/actions-runner-controller/blob/master/docs/detailed-docs.md#software-installed-in-the-runner-image you need to build your own image with any custom tools you need like the aws cli. |
Beta Was this translation helpful? Give feedback.
-
Another option for future readers, is to manually install each time, I got something similar to the following working for me:
|
Beta Was this translation helpful? Give feedback.
https://github.com/actions-runner-controller/actions-runner-controller/blob/master/docs/detailed-docs.md#software-installed-in-the-runner-image you need to build your own image with any custom tools you need like the aws cli.