add roundcube/carddav plugin
This commit is contained in:
parent
23ce69ed62
commit
88766f71c9
@ -40,11 +40,12 @@ RUN apk add --no-cache \
|
|||||||
php7-gd \
|
php7-gd \
|
||||||
php7-ctype \
|
php7-ctype \
|
||||||
php7-xmlwriter \
|
php7-xmlwriter \
|
||||||
php7-tokenizer
|
php7-tokenizer \
|
||||||
|
composer
|
||||||
|
|
||||||
#WORKDIR /var/lib/roundcube
|
WORKDIR /var/lib/roundcube
|
||||||
#RUN composer require masterminds/html5
|
RUN composer require roundcube/carddav
|
||||||
#WORKDIR /
|
WORKDIR /
|
||||||
|
|
||||||
RUN chown -R nginx:nginx /var/lib/roundcube
|
RUN chown -R nginx:nginx /var/lib/roundcube
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user