You've already forked Mailu
mirror of
https://github.com/Mailu/Mailu.git
synced 2025-07-17 01:32:29 +02:00
Build the dovecot container from edge alpine
This commit is contained in:
@ -1,11 +1,10 @@
|
|||||||
FROM alpine
|
FROM alpine:edge
|
||||||
|
|
||||||
RUN echo "@testing http://nl.alpinelinux.org/alpine/edge/testing" >> /etc/apk/repositories \
|
RUN echo "@testing http://nl.alpinelinux.org/alpine/edge/testing" >> /etc/apk/repositories \
|
||||||
&& echo "@community http://dl-3.alpinelinux.org/alpine/edge/community/" >> /etc/apk/repositories \
|
|
||||||
&& apk add --update \
|
&& apk add --update \
|
||||||
dovecot \
|
dovecot \
|
||||||
dovecot-sqlite \
|
dovecot-sqlite \
|
||||||
dovecot-pigeonhole-plugin@community \
|
dovecot-pigeonhole-plugin \
|
||||||
dovecot-antispam-plugin@testing \
|
dovecot-antispam-plugin@testing \
|
||||||
&& rm -rf /var/cache/apk/*
|
&& rm -rf /var/cache/apk/*
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user