From a253ca47fe553e74e69c02a063eef717247eb4d5 Mon Sep 17 00:00:00 2001 From: Dario Ernst Date: Mon, 24 Jun 2019 18:45:47 +0000 Subject: [PATCH] Use official Mailu/MailuStart --- core/admin/Dockerfile | 2 +- core/dovecot/Dockerfile | 2 +- core/nginx/Dockerfile | 2 +- core/postfix/Dockerfile | 2 +- services/rspamd/Dockerfile | 2 +- services/unbound/Dockerfile | 2 +- webmails/rainloop/Dockerfile | 2 +- webmails/roundcube/Dockerfile | 2 +- 8 files changed, 8 insertions(+), 8 deletions(-) diff --git a/core/admin/Dockerfile b/core/admin/Dockerfile index d4e938d7..22bd4466 100644 --- a/core/admin/Dockerfile +++ b/core/admin/Dockerfile @@ -4,7 +4,7 @@ RUN apk add --no-cache \ python3 py3-pip git bash \ && pip3 install --upgrade pip # Shared layer between admin, rspamd, postfix, dovecot, unbound and nginx -RUN pip3 install git+https://github.com/usrpro/MailuStart.git#egg=mailustart +RUN pip3 install git+https://github.com/Mailu/MailuStart.git#egg=mailustart # Image specific layers under this line RUN mkdir -p /app WORKDIR /app diff --git a/core/dovecot/Dockerfile b/core/dovecot/Dockerfile index ec5a8467..cf29364d 100644 --- a/core/dovecot/Dockerfile +++ b/core/dovecot/Dockerfile @@ -4,7 +4,7 @@ RUN apk add --no-cache \ python3 py3-pip git bash \ && pip3 install --upgrade pip # Shared layer between admin, rspamd, postfix, dovecot, unbound and nginx -RUN pip3 install git+https://github.com/usrpro/MailuStart.git#egg=mailustart +RUN pip3 install git+https://github.com/Mailu/MailuStart.git#egg=mailustart # Shared layer between dovecot and postfix RUN pip3 install git+https://github.com/Nebukadneza/Podop.git@fix_py37 # Image specific layers under this line diff --git a/core/nginx/Dockerfile b/core/nginx/Dockerfile index a0b9d72a..1630d58a 100644 --- a/core/nginx/Dockerfile +++ b/core/nginx/Dockerfile @@ -4,7 +4,7 @@ RUN apk add --no-cache \ python3 py3-pip git bash \ && pip3 install --upgrade pip # Shared layer between admin, rspamd, postfix, dovecot, unbound and nginx -RUN pip3 install git+https://github.com/usrpro/MailuStart.git#egg=mailustart +RUN pip3 install git+https://github.com/Mailu/MailuStart.git#egg=mailustart # Image specific layers under this line RUN apk add --no-cache certbot nginx nginx-mod-mail openssl curl \ && pip3 install idna requests watchdog diff --git a/core/postfix/Dockerfile b/core/postfix/Dockerfile index 57ac7210..0c7f769e 100644 --- a/core/postfix/Dockerfile +++ b/core/postfix/Dockerfile @@ -4,7 +4,7 @@ RUN apk add --no-cache \ python3 py3-pip git bash \ && pip3 install --upgrade pip # Shared layer between admin, rspamd, postfix, dovecot, unbound and nginx -RUN pip3 install git+https://github.com/usrpro/MailuStart.git#egg=mailustart +RUN pip3 install git+https://github.com/Mailu/MailuStart.git#egg=mailustart # Shared layer between dovecot and postfix RUN pip3 install git+https://github.com/Nebukadneza/Podop.git@fix_py37 # Image specific layers under this line diff --git a/services/rspamd/Dockerfile b/services/rspamd/Dockerfile index ccb16c8c..6587eb51 100644 --- a/services/rspamd/Dockerfile +++ b/services/rspamd/Dockerfile @@ -4,7 +4,7 @@ RUN apk add --no-cache \ python3 py3-pip git bash \ && pip3 install --upgrade pip # Shared layer between admin, rspamd, postfix, dovecot, unbound and nginx -RUN pip3 install git+https://github.com/usrpro/MailuStart.git#egg=mailustart +RUN pip3 install git+https://github.com/Mailu/MailuStart.git#egg=mailustart # Image specific layers under this line RUN apk add --no-cache rspamd rspamd-controller rspamd-proxy rspamd-fuzzy ca-certificates curl diff --git a/services/unbound/Dockerfile b/services/unbound/Dockerfile index 958b2254..b8e31049 100644 --- a/services/unbound/Dockerfile +++ b/services/unbound/Dockerfile @@ -4,7 +4,7 @@ RUN apk add --no-cache \ python3 py3-pip git bash \ && pip3 install --upgrade pip # Shared layer between admin, rspamd, postfix, dovecot, unbound and nginx -RUN pip3 install git+https://github.com/usrpro/MailuStart.git#egg=mailustart +RUN pip3 install git+https://github.com/Mailu/MailuStart.git#egg=mailustart # Image specific layers under this line RUN apk add --no-cache unbound curl bind-tools \ && curl -o /etc/unbound/root.hints https://www.internic.net/domain/named.cache \ diff --git a/webmails/rainloop/Dockerfile b/webmails/rainloop/Dockerfile index fb7563cc..978c0410 100644 --- a/webmails/rainloop/Dockerfile +++ b/webmails/rainloop/Dockerfile @@ -22,7 +22,7 @@ RUN apt-get update && apt-get install -y \ && apt-get purge -y unzip \ && 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/Mailu/MailuStart.git#egg=mailustart COPY include.php /var/www/html/include.php COPY php.ini /php.ini diff --git a/webmails/roundcube/Dockerfile b/webmails/roundcube/Dockerfile index f0f446f2..183826ec 100644 --- a/webmails/roundcube/Dockerfile +++ b/webmails/roundcube/Dockerfile @@ -23,7 +23,7 @@ RUN apt-get update && apt-get install -y \ && chown -R www-data: logs temp \ && 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/Mailu/MailuStart.git#egg=mailustart COPY php.ini /php.ini COPY config.inc.php /var/www/html/config/