add: arping

master
kvaps 2017-12-21 01:46:05 +01:00
parent 49b2b0fe9d
commit 0ac061a906
1 changed files with 1 additions and 0 deletions

View File

@ -1,4 +1,5 @@
FROM alpine
RUN apk add --no-cache iproute2
RUN apk add --no-cache arping
ADD start.sh /bin/start.sh
CMD . /bin/start.sh