|
|
@ -3,7 +3,7 @@ FROM alpine:3.10
|
|
|
|
RUN apk add --no-cache \
|
|
|
|
RUN apk add --no-cache \
|
|
|
|
python3 py3-pip git bash \
|
|
|
|
python3 py3-pip git bash \
|
|
|
|
&& pip3 install --upgrade pip
|
|
|
|
&& pip3 install --upgrade pip
|
|
|
|
# Shared layer between rspamd, postfix, dovecot, unbound, rainloop, roundcube and nginx
|
|
|
|
# Shared layer between admin, rspamd, postfix, dovecot, unbound, rainloop, roundcube and nginx
|
|
|
|
RUN pip3 install git+https://github.com/Mailu/MailuStart.git#egg=mailustart
|
|
|
|
RUN pip3 install git+https://github.com/Mailu/MailuStart.git#egg=mailustart
|
|
|
|
# Image specific layers under this line
|
|
|
|
# Image specific layers under this line
|
|
|
|
RUN apk add --no-cache rspamd rspamd-controller rspamd-proxy rspamd-fuzzy ca-certificates curl
|
|
|
|
RUN apk add --no-cache rspamd rspamd-controller rspamd-proxy rspamd-fuzzy ca-certificates curl
|
|
|
|