Add iputils to have a decent ping binary
continuous-integration/drone/push Build is passing Details

This commit is contained in:
nemunaire 2022-02-05 23:42:52 +01:00
parent 9ff7bd0781
commit 065cfd735b
1 changed files with 1 additions and 0 deletions

View File

@ -3,6 +3,7 @@ FROM alpine
RUN apk add --no-cache \
ca-certificates \
curl \
iputils \
mailx \
nagios \
nagios-plugins \