1
0
mirror of https://github.com/Mailu/Mailu.git synced 2025-01-12 02:28:20 +02:00

Add gpg to Roundcube

The web UI was complaining that it couldn't find the GPG binary. Turns out it wasn't installed.
This commit is contained in:
Philip Rosenberg-Watt 2020-02-04 13:35:00 -07:00 committed by Philip Rosenberg-Watt
parent 770d09b05b
commit 7a552f02c3

View File

@ -21,6 +21,7 @@ ENV ROUNDCUBE_URL https://github.com/roundcube/roundcubemail/releases/download/1
RUN apt-get update && apt-get install -y \
zlib1g-dev libzip4 libzip-dev \
python3-jinja2 \
gpg \
&& docker-php-ext-install zip \
&& echo date.timezone=UTC > /usr/local/etc/php/conf.d/timezone.ini \
&& rm -rf /var/www/html/ \