Skip to content

Commit

Permalink
Add ping to apt-get command
Browse files Browse the repository at this point in the history
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)
  • Loading branch information
dwight-biddle authored and tcardonne committed Apr 24, 2020
1 parent 4135409 commit c7f1b95
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion debian-buster/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,8 @@ RUN DEBIAN_FRONTEND=noninteractive apt-get update && \
git \
sudo \
supervisor \
jq
jq \
iputils-ping

COPY supervisord.conf /etc/supervisor/conf.d/supervisord.conf
RUN chmod 644 /etc/supervisor/conf.d/supervisord.conf
Expand Down

0 comments on commit c7f1b95

Please sign in to comment.