1
0
mirror of https://github.com/zokradonh/kopano-docker synced 2025-06-07 16:06:14 +00:00

Added php-xml dependency for z-push (#415)

Upstream report for z-push Debian packaging is issued, while it's not resolved an additional dependency.
Can be removed once https://jira.z-hub.io/projects/ZP/issues/ZP-1558 is fixed

Co-authored-by: Anton Engelhardt <anton@neednow.de>
This commit is contained in:
engelant 2020-06-15 20:15:00 +02:00 committed by GitHub
parent 4effa19d91
commit fabe8f06c4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -46,12 +46,14 @@ RUN --mount=type=secret,id=repocred,target=/etc/apt/auth.conf.d/kopano.conf \
set -x && \ set -x && \
# TODO set IGNORE_FIXSTATES_ON_UPGRADE https://jira.z-hub.io/browse/ZP-1164 # TODO set IGNORE_FIXSTATES_ON_UPGRADE https://jira.z-hub.io/browse/ZP-1164
# TODO remove php-mbstring once https://jira.z-hub.io/browse/ZP-1541 is resolved # TODO remove php-mbstring once https://jira.z-hub.io/browse/ZP-1541 is resolved
# TODO remove php-xml once https://jira.z-hub.io/projects/ZP/issues/ZP-1558 is resolved
apt-get update && apt-get install -y --no-install-recommends \ apt-get update && apt-get install -y --no-install-recommends \
apache2 \ apache2 \
ca-certificates \ ca-certificates \
crudini \ crudini \
libapache2-mod-php7.3 \ libapache2-mod-php7.3 \
php-mbstring \ php-mbstring \
php-xml \
z-push-autodiscover \ z-push-autodiscover \
z-push-config-apache \ z-push-config-apache \
z-push-config-apache-autodiscover \ z-push-config-apache-autodiscover \
@ -104,4 +106,4 @@ ENTRYPOINT ["/usr/bin/dumb-init", "--"]
CMD [ "/kopano/start.sh" ] CMD [ "/kopano/start.sh" ]
ARG VCS_REF ARG VCS_REF
LABEL org.label-schema.vcs-ref=$VCS_REF LABEL org.label-schema.vcs-ref=$VCS_REF