mirror of
https://github.com/zabbix/zabbix-docker.git
synced 2025-04-03 20:22:30 +02:00
Fixed issue with user profile page in frontend
This commit is contained in:
parent
08be351164
commit
5e9a363267
@ -50,6 +50,7 @@ RUN set -eux && \
|
|||||||
php7-session \
|
php7-session \
|
||||||
php7-simplexml \
|
php7-simplexml \
|
||||||
php7-sockets \
|
php7-sockets \
|
||||||
|
php7-fileinfo \
|
||||||
php7-xmlreader \
|
php7-xmlreader \
|
||||||
php7-xmlwriter && \
|
php7-xmlwriter && \
|
||||||
apk add ${APK_FLAGS_PERSISTENT} --no-scripts apache2-ssl && \
|
apk add ${APK_FLAGS_PERSISTENT} --no-scripts apache2-ssl && \
|
||||||
|
@ -48,6 +48,7 @@ RUN set -eux && \
|
|||||||
php7-session \
|
php7-session \
|
||||||
php7-simplexml \
|
php7-simplexml \
|
||||||
php7-sockets \
|
php7-sockets \
|
||||||
|
php7-fileinfo \
|
||||||
php7-xmlreader \
|
php7-xmlreader \
|
||||||
php7-xmlwriter \
|
php7-xmlwriter \
|
||||||
postgresql-client && \
|
postgresql-client && \
|
||||||
|
@ -50,6 +50,7 @@ RUN set -eux && \
|
|||||||
php7-session \
|
php7-session \
|
||||||
php7-simplexml \
|
php7-simplexml \
|
||||||
php7-sockets \
|
php7-sockets \
|
||||||
|
php7-fileinfo \
|
||||||
php7-xmlreader \
|
php7-xmlreader \
|
||||||
php7-xmlwriter \
|
php7-xmlwriter \
|
||||||
supervisor && \
|
supervisor && \
|
||||||
|
@ -48,6 +48,7 @@ RUN set -eux && \
|
|||||||
php7-session \
|
php7-session \
|
||||||
php7-simplexml \
|
php7-simplexml \
|
||||||
php7-sockets \
|
php7-sockets \
|
||||||
|
php7-fileinfo \
|
||||||
php7-xmlreader \
|
php7-xmlreader \
|
||||||
php7-xmlwriter \
|
php7-xmlwriter \
|
||||||
postgresql-client \
|
postgresql-client \
|
||||||
|
@ -74,6 +74,7 @@ RUN set -eux && \
|
|||||||
php7-session \
|
php7-session \
|
||||||
php7-simplexml \
|
php7-simplexml \
|
||||||
php7-sockets \
|
php7-sockets \
|
||||||
|
php7-fileinfo \
|
||||||
php7-xmlreader \
|
php7-xmlreader \
|
||||||
php7-xmlwriter \
|
php7-xmlwriter \
|
||||||
supervisor \
|
supervisor \
|
||||||
|
Loading…
Reference in New Issue
Block a user