1
0
mirror of https://github.com/Mailu/Mailu.git synced 2025-06-15 00:05:11 +02:00

Adapt shared layer conf to now really-missing mailustart in admin (after merging webpack)

This commit is contained in:
Dario Ernst
2019-07-14 13:12:59 +00:00
parent a8c3530bfa
commit 1dbda71401
8 changed files with 8 additions and 8 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 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 \