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