Select Git revision
Forked from
TO / docker-roundcube
4 commits behind, 1 commit ahead of the upstream repository.
-
zdenek.kubala authoredzdenek.kubala authored
Dockerfile 710 B
FROM roundcube/roundcubemail:1.6.4-apache
MAINTAINER Andrej Ramašeuski <andrej.ramaseuski@pirati.cz>
RUN set -ex; \
apt-get update; \
apt-get install -y --no-install-recommends \
git \
; \
\
composer \
--working-dir=/usr/src/roundcubemail/ \
--prefer-dist \
--prefer-stable \
--update-no-dev \
--no-interaction \
--optimize-autoloader \
require \
pimlie/authres_status \
johndoh/contextmenu \
johndoh/globaladdressbook \
prodrigestivill/gravatar \
weird-birds/thunderbird_labels \
;
RUN sed -i '/exec "$@"/i composer update -n --no-dev' /docker-entrypoint.sh