carddav plugin

This commit is contained in:
Guillaume Lapierre 2024-11-05 08:57:31 +01:00
parent 42a374e180
commit d49fb8d416

17
dockerfile Normal file
View 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 ;