mirror of
https://github.com/zokradonh/kopano-docker
synced 2025-06-06 23:46:24 +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:
parent
7eeea1944c
commit
bec6b33365
@ -43,16 +43,18 @@ RUN \
|
||||
# install
|
||||
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
|
||||
apt-get update && apt-get install -y --no-install-recommends \
|
||||
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 \
|
||||
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} \
|
||||
&& rm -rf /var/cache/apt /var/lib/apt/lists
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user