Push to Dovecot 2.2.30

master
andryyy 2017-06-12 10:42:48 +02:00
parent cf44745c18
commit 5321ebe707
1 changed files with 3 additions and 5 deletions

View File

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