Added curl getting health check to work in alpine image

This commit is contained in:
Andreas Kratzer 2018-02-23 10:32:50 +01:00
parent fc85c2c687
commit 02495919a6

View File

@ -46,6 +46,7 @@ RUN addgroup zabbix && \
php5-xmlreader \
postgresql-client \
supervisor \
curl \
ttf-dejavu && \
rm -rf /var/cache/apk/*