From 5e9a36326716f3f16ee25a47f3b057e2f0622dbd Mon Sep 17 00:00:00 2001 From: Alexey Pustovalov Date: Fri, 6 Sep 2019 14:02:09 +0300 Subject: [PATCH] Fixed issue with user profile page in frontend --- web-apache-mysql/alpine/Dockerfile | 1 + web-apache-pgsql/alpine/Dockerfile | 1 + web-nginx-mysql/alpine/Dockerfile | 1 + web-nginx-pgsql/alpine/Dockerfile | 1 + zabbix-appliance/alpine/Dockerfile | 1 + 5 files changed, 5 insertions(+) diff --git a/web-apache-mysql/alpine/Dockerfile b/web-apache-mysql/alpine/Dockerfile index da03b39e3..04535cf85 100644 --- a/web-apache-mysql/alpine/Dockerfile +++ b/web-apache-mysql/alpine/Dockerfile @@ -50,6 +50,7 @@ RUN set -eux && \ php7-session \ php7-simplexml \ php7-sockets \ + php7-fileinfo \ php7-xmlreader \ php7-xmlwriter && \ apk add ${APK_FLAGS_PERSISTENT} --no-scripts apache2-ssl && \ diff --git a/web-apache-pgsql/alpine/Dockerfile b/web-apache-pgsql/alpine/Dockerfile index eaf041ae1..78c7d6703 100644 --- a/web-apache-pgsql/alpine/Dockerfile +++ b/web-apache-pgsql/alpine/Dockerfile @@ -48,6 +48,7 @@ RUN set -eux && \ php7-session \ php7-simplexml \ php7-sockets \ + php7-fileinfo \ php7-xmlreader \ php7-xmlwriter \ postgresql-client && \ diff --git a/web-nginx-mysql/alpine/Dockerfile b/web-nginx-mysql/alpine/Dockerfile index be8c36450..5e7733093 100644 --- a/web-nginx-mysql/alpine/Dockerfile +++ b/web-nginx-mysql/alpine/Dockerfile @@ -50,6 +50,7 @@ RUN set -eux && \ php7-session \ php7-simplexml \ php7-sockets \ + php7-fileinfo \ php7-xmlreader \ php7-xmlwriter \ supervisor && \ diff --git a/web-nginx-pgsql/alpine/Dockerfile b/web-nginx-pgsql/alpine/Dockerfile index 167b24ebe..c80037ef7 100644 --- a/web-nginx-pgsql/alpine/Dockerfile +++ b/web-nginx-pgsql/alpine/Dockerfile @@ -48,6 +48,7 @@ RUN set -eux && \ php7-session \ php7-simplexml \ php7-sockets \ + php7-fileinfo \ php7-xmlreader \ php7-xmlwriter \ postgresql-client \ diff --git a/zabbix-appliance/alpine/Dockerfile b/zabbix-appliance/alpine/Dockerfile index 13e3a5034..90e616c08 100644 --- a/zabbix-appliance/alpine/Dockerfile +++ b/zabbix-appliance/alpine/Dockerfile @@ -74,6 +74,7 @@ RUN set -eux && \ php7-session \ php7-simplexml \ php7-sockets \ + php7-fileinfo \ php7-xmlreader \ php7-xmlwriter \ supervisor \