Bumped Debian version to jessie.

This commit is contained in:
yohan 2019-07-15 19:48:23 +02:00
parent abf2163d91
commit ac83b8d83d

View File

@ -1,7 +1,7 @@
FROM debian:wheezy FROM debian:jessie
MAINTAINER yohan <783b8c87@scimetis.net> MAINTAINER yohan <783b8c87@scimetis.net>
ENV DEBIAN_FRONTEND noninteractive ENV DEBIAN_FRONTEND noninteractive
RUN echo "deb http://http.debian.net/debian wheezy-backports main" >> /etc/apt/sources.list #RUN echo "deb http://http.debian.net/debian jessie-backports main" >> /etc/apt/sources.list
RUN apt-get update && apt-get -y install dovecot-core dovecot-imapd dovecot-managesieved dovecot-sieve dovecot-solr dovecot-antispam dovecot-lmtpd RUN apt-get update && apt-get -y install dovecot-core dovecot-imapd dovecot-managesieved dovecot-sieve dovecot-solr dovecot-antispam dovecot-lmtpd
# IMAPS # IMAPS
EXPOSE 993 EXPOSE 993