Added curl to dockerimage

This commit is contained in:
Brightside56 2017-05-25 15:34:03 +03:00 committed by GitHub
parent c5684b618f
commit abca0dec05

View File

@ -32,6 +32,7 @@ RUN addgroup zabbix && \
apk add ${APK_FLAGS_PERSISTANT} \
supervisor \
bash \
curl \
postgresql-client \
postgresql-libs \
fping \