Updated Ubuntu images

This commit is contained in:
Alexey Pustovalov 2020-04-28 22:35:51 +03:00
parent 9a5a4f289c
commit 10ab9dba2d
4 changed files with 10 additions and 12 deletions

View File

@ -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/*

View File

@ -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/*

View File

@ -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/*

View File

@ -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 \