Add iputils to have a decent ping binary
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
nemunaire 2022-02-05 23:42:52 +01:00
parent 9ff7bd0781
commit 065cfd735b

View File

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