Fixed issue with user profile page in frontend

This commit is contained in:
Alexey Pustovalov 2019-09-06 14:02:09 +03:00
parent 08be351164
commit 5e9a363267
5 changed files with 5 additions and 0 deletions

View File

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

View File

@ -48,6 +48,7 @@ RUN set -eux && \
php7-session \
php7-simplexml \
php7-sockets \
php7-fileinfo \
php7-xmlreader \
php7-xmlwriter \
postgresql-client && \

View File

@ -50,6 +50,7 @@ RUN set -eux && \
php7-session \
php7-simplexml \
php7-sockets \
php7-fileinfo \
php7-xmlreader \
php7-xmlwriter \
supervisor && \

View File

@ -48,6 +48,7 @@ RUN set -eux && \
php7-session \
php7-simplexml \
php7-sockets \
php7-fileinfo \
php7-xmlreader \
php7-xmlwriter \
postgresql-client \

View File

@ -74,6 +74,7 @@ RUN set -eux && \
php7-session \
php7-simplexml \
php7-sockets \
php7-fileinfo \
php7-xmlreader \
php7-xmlwriter \
supervisor \