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

@ -34,6 +34,7 @@ RUN addgroup zabbix && \
apk add ${APK_FLAGS_PERSISTENT} \
apache2 \
bash \
curl \
mariadb-client \
mariadb-client-libs \
php7-apache2 \

View File

@ -68,6 +68,7 @@ RUN groupadd --system zabbix && \
yum ${YUM_FLAGS_COMMON} makecache && \
yum ${YUM_FLAGS_PERSISTENT} install \
dejavu-sans-fonts \
curl \
httpd \
mariadb \
php \

View File

@ -36,6 +36,7 @@ RUN locale-gen $LC_ALL && \
apt-get ${APT_FLAGS_COMMON} update && \
apt-get ${APT_FLAGS_PERSISTENT} install \
apache2 \
curl \
libapache2-mod-php5 \
mysql-client \
php5-gd \