mirror of
https://github.com/zabbix/zabbix-docker.git
synced 2025-03-26 14:06:17 +01: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-simplexml \
|
||||
php7-sockets \
|
||||
php7-fileinfo \
|
||||
php7-xmlreader \
|
||||
php7-xmlwriter && \
|
||||
apk add ${APK_FLAGS_PERSISTENT} --no-scripts apache2-ssl && \
|
||||
|
@ -48,6 +48,7 @@ RUN set -eux && \
|
||||
php7-session \
|
||||
php7-simplexml \
|
||||
php7-sockets \
|
||||
php7-fileinfo \
|
||||
php7-xmlreader \
|
||||
php7-xmlwriter \
|
||||
postgresql-client && \
|
||||
|
@ -50,6 +50,7 @@ RUN set -eux && \
|
||||
php7-session \
|
||||
php7-simplexml \
|
||||
php7-sockets \
|
||||
php7-fileinfo \
|
||||
php7-xmlreader \
|
||||
php7-xmlwriter \
|
||||
supervisor && \
|
||||
|
@ -48,6 +48,7 @@ RUN set -eux && \
|
||||
php7-session \
|
||||
php7-simplexml \
|
||||
php7-sockets \
|
||||
php7-fileinfo \
|
||||
php7-xmlreader \
|
||||
php7-xmlwriter \
|
||||
postgresql-client \
|
||||
|
@ -74,6 +74,7 @@ RUN set -eux && \
|
||||
php7-session \
|
||||
php7-simplexml \
|
||||
php7-sockets \
|
||||
php7-fileinfo \
|
||||
php7-xmlreader \
|
||||
php7-xmlwriter \
|
||||
supervisor \
|
||||
|
Loading…
Reference in New Issue
Block a user