mirror of
https://github.com/zabbix/zabbix-docker.git
synced 2025-08-09 16:45:05 +02:00
Merge pull request #330 from zabbix/master
Fixed health check in docker compose files
This commit is contained in:
@ -34,6 +34,7 @@ RUN addgroup zabbix && \
|
||||
apk add ${APK_FLAGS_PERSISTENT} \
|
||||
apache2 \
|
||||
bash \
|
||||
curl \
|
||||
php7-apache2 \
|
||||
php7-bcmath \
|
||||
php7-ctype \
|
||||
|
@ -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 \
|
||||
|
@ -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 \
|
||||
php5-gd \
|
||||
php5-json \
|
||||
|
Reference in New Issue
Block a user