mirror of
				https://github.com/optim-enterprises-bv/Mailu.git
				synced 2025-10-30 17:47:55 +00:00 
			
		
		
		
	Adapt shared layer conf to now really-missing mailustart in admin (after merging webpack)
This commit is contained in:
		| @@ -3,7 +3,7 @@ FROM alpine:3.10 | ||||
| RUN apk add --no-cache \ | ||||
|     python3 py3-pip git bash \ | ||||
|   && pip3 install --upgrade pip | ||||
| # Shared layer between admin, rspamd, postfix, dovecot, unbound, rainloop, roundcube and nginx | ||||
| # Shared layer between rspamd, postfix, dovecot, unbound, rainloop, roundcube and nginx | ||||
| RUN pip3 install git+https://github.com/Mailu/MailuStart.git#egg=mailustart | ||||
| # Shared layer between dovecot and postfix | ||||
| RUN pip3 install "podop>0.2.5" | ||||
|   | ||||
| @@ -3,7 +3,7 @@ FROM alpine:3.10 | ||||
| RUN apk add --no-cache \ | ||||
|     python3 py3-pip git bash \ | ||||
|   && pip3 install --upgrade pip | ||||
| # Shared layer between admin, rspamd, postfix, dovecot, unbound, rainloop, roundcube and nginx | ||||
| # Shared layer between rspamd, postfix, dovecot, unbound, rainloop, roundcube and nginx | ||||
| 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 \ | ||||
|   | ||||
| @@ -3,7 +3,7 @@ FROM alpine:3.10 | ||||
| RUN apk add --no-cache \ | ||||
|     python3 py3-pip git bash \ | ||||
|   && pip3 install --upgrade pip | ||||
| # Shared layer between admin, rspamd, postfix, dovecot, unbound, rainloop, roundcube and nginx | ||||
| # Shared layer between rspamd, postfix, dovecot, unbound, rainloop, roundcube and nginx | ||||
| RUN pip3 install git+https://github.com/Mailu/MailuStart.git#egg=mailustart | ||||
| # Shared layer between dovecot and postfix | ||||
| RUN pip3 install "podop>0.2.5" | ||||
|   | ||||
| @@ -3,7 +3,7 @@ FROM alpine:3.10 | ||||
| RUN apk add --no-cache \ | ||||
|     python3 py3-pip bash \ | ||||
|   && pip3 install --upgrade pip | ||||
| # Shared layer between admin, rspamd, postfix, dovecot, unbound, rainloop, roundcube and nginx | ||||
| # Shared layer between rspamd, postfix, dovecot, unbound, rainloop, roundcube and nginx | ||||
| RUN pip3 install jinja2 | ||||
| # Image specific layers under this line | ||||
| RUN apk add --no-cache \ | ||||
|   | ||||
| @@ -3,7 +3,7 @@ FROM alpine:3.10 | ||||
| RUN apk add --no-cache \ | ||||
|     python3 py3-pip git bash \ | ||||
|   && pip3 install --upgrade pip | ||||
| # Shared layer between admin, rspamd, postfix, dovecot, unbound, rainloop, roundcube and nginx | ||||
| # Shared layer between rspamd, postfix, dovecot, unbound, rainloop, roundcube and nginx | ||||
| 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 | ||||
|   | ||||
| @@ -3,7 +3,7 @@ FROM alpine:3.10 | ||||
| RUN apk add --no-cache \ | ||||
|     python3 py3-pip git bash \ | ||||
|   && pip3 install --upgrade pip | ||||
| # Shared layer between admin, rspamd, postfix, dovecot, unbound, rainloop, roundcube and nginx | ||||
| # Shared layer between rspamd, postfix, dovecot, unbound, rainloop, roundcube and nginx | ||||
| 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 \ | ||||
|   | ||||
| @@ -22,7 +22,7 @@ RUN apt-get update && apt-get install -y \ | ||||
|  && apt-get purge -y unzip \ | ||||
|  && rm -rf /var/lib/apt/lists | ||||
|  | ||||
| # Shared layer between admin, rspamd, postfix, dovecot, unbound, rainloop, roundcube and nginx | ||||
| # Shared layer between rspamd, postfix, dovecot, unbound, rainloop, roundcube and nginx | ||||
| RUN pip3 install git+https://github.com/Mailu/MailuStart.git#egg=mailustart | ||||
|  | ||||
| COPY include.php /var/www/html/include.php | ||||
|   | ||||
| @@ -24,7 +24,7 @@ RUN apt-get update && apt-get install -y \ | ||||
|  && chown -R www-data: logs temp \ | ||||
|  && rm -rf /var/lib/apt/lists | ||||
|  | ||||
| # Shared layer between admin, rspamd, postfix, dovecot, unbound, rainloop, roundcube and nginx | ||||
| # Shared layer between rspamd, postfix, dovecot, unbound, rainloop, roundcube and nginx | ||||
| RUN pip3 install git+https://github.com/Mailu/MailuStart.git#egg=mailustart | ||||
|  | ||||
| COPY php.ini /php.ini | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Dario Ernst
					Dario Ernst