add roundcube/carddav plugin

This commit is contained in:
Sebastian Hugentobler 2019-06-21 13:37:06 +02:00
parent 23ce69ed62
commit 88766f71c9

View File

@ -40,11 +40,12 @@ RUN apk add --no-cache \
php7-gd \
php7-ctype \
php7-xmlwriter \
php7-tokenizer
php7-tokenizer \
composer
#WORKDIR /var/lib/roundcube
#RUN composer require masterminds/html5
#WORKDIR /
WORKDIR /var/lib/roundcube
RUN composer require roundcube/carddav
WORKDIR /
RUN chown -R nginx:nginx /var/lib/roundcube