Sfoglia il codice sorgente

Push to Dovecot 2.2.30

andryyy 8 anni fa
parent
commit
5321ebe707
1 ha cambiato i file con 3 aggiunte e 5 eliminazioni
  1. 3 5
      data/Dockerfiles/dovecot/Dockerfile

+ 3 - 5
data/Dockerfiles/dovecot/Dockerfile

@@ -1,10 +1,9 @@
 FROM debian:stretch-slim
-#ubuntu:xenial
 LABEL maintainer "Andre Peters <andre.peters@servercow.de>"
 
 ARG DEBIAN_FRONTEND=noninteractive
 ENV LC_ALL C
-ENV DOVECOT_VERSION 2.2.29.1
+ENV DOVECOT_VERSION 2.2.30
 ENV PIGEONHOLE_VERSION 0.4.18
 
 RUN apt-get update && apt-get -y install \
@@ -57,9 +56,8 @@ RUN curl https://www.dovecot.org/releases/2.2/dovecot-$DOVECOT_VERSION.tar.gz |
 	&& make -j3 \
 	&& make install \
 	&& make clean \
-	&& cd .. && rm -rf dovecot-$DOVECOT_VERSION
-
-RUN curl https://pigeonhole.dovecot.org/releases/2.2/dovecot-2.2-pigeonhole-$PIGEONHOLE_VERSION.tar.gz | tar xvz  \
+	&& cd .. && rm -rf dovecot-$DOVECOT_VERSION \
+	&& curl https://pigeonhole.dovecot.org/releases/2.2/dovecot-2.2-pigeonhole-$PIGEONHOLE_VERSION.tar.gz | tar xvz  \
 	&& cd dovecot-2.2-pigeonhole-$PIGEONHOLE_VERSION \
 	&& ./configure \
 	&& make -j3 \