carddav plugin
This commit is contained in:
parent
42a374e180
commit
d49fb8d416
17
dockerfile
Normal file
17
dockerfile
Normal file
@ -0,0 +1,17 @@
|
||||
FROM roundcube/roundcubemail:latest-apache
|
||||
|
||||
ENV COMPOSER_ALLOW_SUPERUSER=1
|
||||
|
||||
RUN set -ex; \
|
||||
apt-get update; \
|
||||
apt-get -y upgrade; \
|
||||
composer \
|
||||
--working-dir=/usr/src/roundcubemail/ \
|
||||
--prefer-dist \
|
||||
--prefer-stable \
|
||||
--update-no-dev \
|
||||
--no-interaction \
|
||||
--optimize-autoloader \
|
||||
require roundcube/carddav ;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user