1
0
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:
Dario Ernst
2020-03-07 10:21:21 +01:00
parent dfe092eb46
commit 8626326559

View File

@@ -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 \