mirror of
https://github.com/zabbix/zabbix-docker.git
synced 2025-01-11 16:18:52 +01:00
Updated Ubuntu images
This commit is contained in:
parent
9a5a4f289c
commit
10ab9dba2d
@ -27,6 +27,7 @@ RUN set -eux && \
|
||||
libapache2-mod-php \
|
||||
ca-certificates \
|
||||
mysql-client \
|
||||
locales \
|
||||
php7.2-bcmath \
|
||||
php7.2-gd \
|
||||
php7.2-json \
|
||||
@ -69,8 +70,7 @@ RUN set -eux && \
|
||||
apt-get -y update && \
|
||||
DEBIAN_FRONTEND=noninteractive apt-get -y --no-install-recommends install \
|
||||
gettext \
|
||||
git \
|
||||
locales && \
|
||||
git && \
|
||||
cd /usr/share/ && \
|
||||
git clone ${ZBX_SOURCES} --branch ${ZBX_VERSION} --depth 1 --single-branch zabbix-${ZBX_VERSION} && \
|
||||
mkdir /usr/share/zabbix/ && \
|
||||
@ -98,8 +98,7 @@ RUN set -eux && \
|
||||
chmod -R g=u /etc/apache2/ /etc/php/7.2/ && \
|
||||
DEBIAN_FRONTEND=noninteractive apt-get -y purge \
|
||||
gettext \
|
||||
git \
|
||||
locales && \
|
||||
git && \
|
||||
apt-get -y autoremove && \
|
||||
apt-get -y clean && \
|
||||
rm -rf /var/lib/apt/lists/*
|
||||
|
@ -26,6 +26,7 @@ RUN set -eux && \
|
||||
curl \
|
||||
libapache2-mod-php \
|
||||
ca-certificates \
|
||||
locales \
|
||||
php7.2-bcmath \
|
||||
php7.2-gd \
|
||||
php7.2-json \
|
||||
@ -69,8 +70,7 @@ RUN set -eux && \
|
||||
apt-get -y update && \
|
||||
DEBIAN_FRONTEND=noninteractive apt-get -y --no-install-recommends install \
|
||||
gettext \
|
||||
git \
|
||||
locales && \
|
||||
git && \
|
||||
cd /usr/share/ && \
|
||||
git clone ${ZBX_SOURCES} --branch ${ZBX_VERSION} --depth 1 --single-branch zabbix-${ZBX_VERSION} && \
|
||||
mkdir /usr/share/zabbix/ && \
|
||||
@ -98,8 +98,7 @@ RUN set -eux && \
|
||||
chmod -R g=u /etc/apache2/ /etc/php/7.2/ && \
|
||||
DEBIAN_FRONTEND=noninteractive apt-get -y purge \
|
||||
gettext \
|
||||
git \
|
||||
locales && \
|
||||
git && \
|
||||
apt-get -y autoremove && \
|
||||
apt-get -y clean && \
|
||||
rm -rf /var/lib/apt/lists/*
|
||||
|
@ -45,6 +45,7 @@ RUN set -eux && \
|
||||
curl \
|
||||
mysql-client \
|
||||
nginx \
|
||||
locales \
|
||||
php7.2-bcmath \
|
||||
php7.2-fpm \
|
||||
php7.2-gd \
|
||||
@ -78,8 +79,7 @@ RUN set -eux && \
|
||||
apt-get -y update && \
|
||||
DEBIAN_FRONTEND=noninteractive apt-get -y --no-install-recommends install \
|
||||
gettext \
|
||||
git \
|
||||
locales && \
|
||||
git && \
|
||||
cd /usr/share/ && \
|
||||
git clone ${ZBX_SOURCES} --branch ${ZBX_VERSION} --depth 1 --single-branch zabbix-${ZBX_VERSION} && \
|
||||
mkdir /usr/share/zabbix/ && \
|
||||
@ -110,8 +110,7 @@ RUN set -eux && \
|
||||
chmod -R g=u /var/lib/php/session/ && \
|
||||
DEBIAN_FRONTEND=noninteractive apt-get -y purge \
|
||||
gettext \
|
||||
git \
|
||||
locales && \
|
||||
git && \
|
||||
apt-get -y autoremove && \
|
||||
apt-get -y clean && \
|
||||
rm -rf /var/lib/apt/lists/*
|
||||
|
@ -44,6 +44,7 @@ RUN set -eux && \
|
||||
DEBIAN_FRONTEND=noninteractive apt-get -y --no-install-recommends install \
|
||||
curl \
|
||||
nginx \
|
||||
locales \
|
||||
php7.2-bcmath \
|
||||
php7.2-fpm \
|
||||
php7.2-gd \
|
||||
|
Loading…
Reference in New Issue
Block a user