Remove MailuStart from admin and correct layer-sharing comments

This commit is contained in:
Dario Ernst
2019-07-14 09:33:54 +00:00
parent 93b54dcffe
commit 53f754f5ac
9 changed files with 11 additions and 11 deletions

View File

@@ -3,7 +3,7 @@ FROM alpine:3.10
RUN apk add --no-cache \
python3 py3-pip bash \
&& pip3 install --upgrade pip
# Shared layer between rspamd, postfix, dovecot, unbound 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 \