Unverified Commit b893791b by Alin Voinea Committed by GitHub

Merge pull request #4 from cristiroma/patch-1

Declare SMTP port and volumes for this image
parents 9ee8dc5b 70e6197b
...@@ -2,6 +2,10 @@ FROM centos:7 ...@@ -2,6 +2,10 @@ FROM centos:7
MAINTAINER "European Environment Agency (EEA): IDM2 A-Team" <eea-edw-a-team-alerts@googlegroups.com> MAINTAINER "European Environment Agency (EEA): IDM2 A-Team" <eea-edw-a-team-alerts@googlegroups.com>
EXPOSE 25
VOLUME ["/var/log", "/var/spool/postfix"]
RUN rpm --import /etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-7 && \ RUN rpm --import /etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-7 && \
yum updateinfo -y && \ yum updateinfo -y && \
yum update -y glibc && \ yum update -y glibc && \
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment