Set centos image version to 7 as epel for centos 8 does not contain supervisor
This commit is contained in:
parent
194da86eab
commit
3127691529
@ -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 && \
|
||||
|
Loading…
Reference in New Issue
Block a user