mirror of
https://github.com/zokradonh/kopano-docker
synced 2025-06-07 07:56:12 +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:
parent
4effa19d91
commit
fabe8f06c4
@ -46,12 +46,14 @@ RUN --mount=type=secret,id=repocred,target=/etc/apt/auth.conf.d/kopano.conf \
|
||||
set -x && \
|
||||
# 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-xml once https://jira.z-hub.io/projects/ZP/issues/ZP-1558 is resolved
|
||||
apt-get update && apt-get install -y --no-install-recommends \
|
||||
apache2 \
|
||||
ca-certificates \
|
||||
crudini \
|
||||
libapache2-mod-php7.3 \
|
||||
php-mbstring \
|
||||
php-xml \
|
||||
z-push-autodiscover \
|
||||
z-push-config-apache \
|
||||
z-push-config-apache-autodiscover \
|
||||
@ -104,4 +106,4 @@ ENTRYPOINT ["/usr/bin/dumb-init", "--"]
|
||||
CMD [ "/kopano/start.sh" ]
|
||||
|
||||
ARG VCS_REF
|
||||
LABEL org.label-schema.vcs-ref=$VCS_REF
|
||||
LABEL org.label-schema.vcs-ref=$VCS_REF
|
||||
|
Loading…
x
Reference in New Issue
Block a user