Added iputils package on Alpine Linux

This commit is contained in:
dotneft
2017-05-25 09:19:08 -07:00
parent be96e101dd
commit 38ea9df195
5 changed files with 5 additions and 0 deletions

View File

@ -26,6 +26,7 @@ RUN addgroup zabbix && \
mkdir -p /usr/lib/zabbix/externalscripts && \
apk update && \
apk add ${APK_FLAGS_PERSISTANT} \
iputils \
supervisor \
bash \
sqlite-libs \