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

add php-mbstring directly as this dependency is missing in z-push for Buster (#345)

sort packages to install

Signed-off-by: Felix Bartels <felix@host-consultants.de>
This commit is contained in:
Felix Bartels 2020-02-27 15:23:56 +01:00 committed by GitHub
parent 7eeea1944c
commit bec6b33365
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -43,16 +43,18 @@ RUN \
# install # install
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
apt-get update && apt-get install -y --no-install-recommends \ apt-get update && apt-get install -y --no-install-recommends \
apache2 \ apache2 \
libapache2-mod-php7.3 \
crudini \
z-push-kopano \
z-push-config-apache \
z-push-kopano-gabsync \
z-push-autodiscover \
z-push-config-apache-autodiscover \
ca-certificates \ ca-certificates \
crudini \
libapache2-mod-php7.3 \
php-mbstring \
z-push-autodiscover \
z-push-config-apache \
z-push-config-apache-autodiscover \
z-push-kopano \
z-push-kopano-gabsync \
${ADDITIONAL_KOPANO_PACKAGES} \ ${ADDITIONAL_KOPANO_PACKAGES} \
&& rm -rf /var/cache/apt /var/lib/apt/lists && rm -rf /var/cache/apt /var/lib/apt/lists