correctly install carddav plugin

This commit is contained in:
Sebastian Hugentobler 2019-06-21 13:43:35 +02:00
parent 5484b3a91e
commit 307934a09a

View File

@ -45,7 +45,7 @@ RUN apk add --no-cache \
composer composer
WORKDIR /var/lib/roundcube WORKDIR /var/lib/roundcube
RUN composer require roundcube/carddav RUN composer require --update-no-dev roundcube/carddav
WORKDIR / WORKDIR /
RUN chown -R nginx:nginx /var/lib/roundcube RUN chown -R nginx:nginx /var/lib/roundcube