You've already forked Mailu
mirror of
https://github.com/Mailu/Mailu.git
synced 2025-11-29 22:37:58 +02:00
Fix dovecot dockerfile (accidentally broken in previous commit)
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
ARG DISTRO=alpine:3.10 as builder
|
||||
FROM $DISTRO
|
||||
ARG DISTRO=alpine:3.10
|
||||
FROM $DISTRO as builder
|
||||
WORKDIR /tmp
|
||||
RUN apk add git build-base automake autoconf libtool dovecot-dev xapian-core-dev icu-dev
|
||||
RUN git clone https://github.com/grosjo/fts-xapian.git \
|
||||
|
||||
Reference in New Issue
Block a user