mirror of
https://github.com/optim-enterprises-bv/Mailu.git
synced 2025-11-03 03:28:10 +00:00
update rainloop to 1.13.0
This commit is contained in:
@@ -5,7 +5,7 @@ RUN apt-get update && apt-get install -y \
|
|||||||
&& rm -rf /var/lib/apt/lists \
|
&& rm -rf /var/lib/apt/lists \
|
||||||
&& echo "ServerSignature Off" >> /etc/apache2/apache2.conf
|
&& echo "ServerSignature Off" >> /etc/apache2/apache2.conf
|
||||||
|
|
||||||
ENV RAINLOOP_URL https://github.com/RainLoop/rainloop-webmail/releases/download/v1.12.1/rainloop-community-1.12.1.zip
|
ENV RAINLOOP_URL https://github.com/RainLoop/rainloop-webmail/releases/download/v1.13.0/rainloop-community-1.13.0.zip
|
||||||
|
|
||||||
RUN apt-get update && apt-get install -y \
|
RUN apt-get update && apt-get install -y \
|
||||||
unzip python3-jinja2 \
|
unzip python3-jinja2 \
|
||||||
@@ -21,7 +21,7 @@ RUN apt-get update && apt-get install -y \
|
|||||||
&& chown -R www-data: * \
|
&& chown -R www-data: * \
|
||||||
&& apt-get purge -y unzip \
|
&& apt-get purge -y unzip \
|
||||||
&& rm -rf /var/lib/apt/lists
|
&& rm -rf /var/lib/apt/lists
|
||||||
|
|
||||||
RUN pip3 install git+https://github.com/usrpro/MailuStart.git#egg=mailustart
|
RUN pip3 install git+https://github.com/usrpro/MailuStart.git#egg=mailustart
|
||||||
|
|
||||||
COPY include.php /var/www/html/include.php
|
COPY include.php /var/www/html/include.php
|
||||||
|
|||||||
Reference in New Issue
Block a user