From 862632655960d79c4b70dc1e22d938fae191fda0 Mon Sep 17 00:00:00 2001 From: Dario Ernst Date: Sat, 7 Mar 2020 10:21:21 +0100 Subject: [PATCH] Fix dovecot dockerfile (accidentally broken in previous commit) --- core/dovecot/Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/core/dovecot/Dockerfile b/core/dovecot/Dockerfile index 1e40bddf..da75140c 100644 --- a/core/dovecot/Dockerfile +++ b/core/dovecot/Dockerfile @@ -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 \