mirror of
https://github.com/outbackdingo/Mailu.git
synced 2026-01-27 18:19:36 +00:00
Fix #2117. Gpg-agent package was missing for roundcube image.
This commit is contained in:
3
towncrier/newsfragments/2117.bugfix
Normal file
3
towncrier/newsfragments/2117.bugfix
Normal file
@@ -0,0 +1,3 @@
|
||||
The gpg-agent package was missing due to updating to a new debian version.
|
||||
This fix adds gpg-agent back to the roundcube image.
|
||||
It is used for the enigmail roundcube plugin.
|
||||
@@ -17,7 +17,7 @@ RUN set -eu \
|
||||
&& echo 'debconf debconf/frontend select Noninteractive' | debconf-set-selections \
|
||||
&& apt install -y --no-install-recommends \
|
||||
python3 curl python3-pip git python3-multidict \
|
||||
python3-jinja2 gpg tzdata \
|
||||
python3-jinja2 gpg gpg-agent tzdata \
|
||||
&& pip3 install socrate \
|
||||
&& echo date.timezone=UTC > /usr/local/etc/php/conf.d/timezone.ini \
|
||||
&& echo "ServerSignature Off\nServerName roundcube" >> /etc/apache2/apache2.conf \
|
||||
|
||||
Reference in New Issue
Block a user