Browse Source

[Postfix] Use Bionic as base image (Postfix 3.3) and replace python-gpgme by python-gpg
[Postfix] Fix syslog-ng config version

André 7 years ago
parent
commit
22cecc3f85
2 changed files with 3 additions and 3 deletions
  1. 2 2
      data/Dockerfiles/postfix/Dockerfile
  2. 1 1
      data/Dockerfiles/postfix/syslog-ng.conf

+ 2 - 2
data/Dockerfiles/postfix/Dockerfile

@@ -1,4 +1,4 @@
-FROM debian:stretch-slim
+FROM ubuntu:bionic
 LABEL maintainer "Andre Peters <andre.peters@servercow.de>"
 LABEL maintainer "Andre Peters <andre.peters@servercow.de>"
 
 
 ARG DEBIAN_FRONTEND=noninteractive
 ARG DEBIAN_FRONTEND=noninteractive
@@ -19,7 +19,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
 	postfix \
 	postfix \
 	postfix-mysql \
 	postfix-mysql \
 	postfix-pcre \
 	postfix-pcre \
-	python-gpgme \
+	python-gpg \
 	sasl2-bin \
 	sasl2-bin \
 	sudo \
 	sudo \
 	supervisor \
 	supervisor \

+ 1 - 1
data/Dockerfiles/postfix/syslog-ng.conf

@@ -1,4 +1,4 @@
-@version: 3.8
+@version: 3.13
 @include "scl.conf"
 @include "scl.conf"
 options {
 options {
   chain_hostnames(off);
   chain_hostnames(off);