tcardonne / docker-github-runner

Run GitHub Actions on self-hosted runner using Docker.
MIT License
297 stars 124 forks source link

Add ping to apt-get command #13

Closed dwight-biddle closed 4 years ago

dwight-biddle commented 4 years ago

When an upgrade of the self-hosted runner runs, it tries to ping and spams the logs with errors. It works, this is just cleaning up the output (and potentially fixing a future bug if some necessary code is failing due to this)

tcardonne commented 4 years ago

Thanks for the contribution!

I tagged a new release with this fix (v1.2.1).