Fixed health check in docker compose files

This commit is contained in:
root
2018-07-06 15:54:10 +09:00
parent 8ad66c8639
commit 59f14d89cb
12 changed files with 12 additions and 0 deletions

View File

@ -69,6 +69,7 @@ RUN groupadd --system zabbix && \
yum ${YUM_FLAGS_PERSISTENT} install epel-release && \
yum ${YUM_FLAGS_PERSISTENT} install \
dejavu-sans-fonts \
curl \
httpd \
php \
php-bcmath \