Skip to content

Commit c7f1b95

Browse files
dwight-biddletcardonne
authored andcommitted
Add ping to apt-get command
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)
1 parent 4135409 commit c7f1b95

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

debian-buster/Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,8 @@ RUN DEBIAN_FRONTEND=noninteractive apt-get update && \
3232
git \
3333
sudo \
3434
supervisor \
35-
jq
35+
jq \
36+
iputils-ping
3637

3738
COPY supervisord.conf /etc/supervisor/conf.d/supervisord.conf
3839
RUN chmod 644 /etc/supervisor/conf.d/supervisord.conf

0 commit comments

Comments
 (0)