From 3127691529f87353d5a7fec511fa6084bfaf388d Mon Sep 17 00:00:00 2001 From: Juan Luis Baptiste Date: Wed, 16 Oct 2019 20:13:38 -0500 Subject: [PATCH] Set centos image version to 7 as epel for centos 8 does not contain supervisor --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index d096360..5971971 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ #Dockerfile for a Postfix email relay service -FROM centos:latest +FROM centos:7 MAINTAINER Juan Luis Baptiste juan.baptiste@gmail.com RUN yum install -y epel-release && yum update -y && \