Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
P
postfix
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
luiz.nunes
postfix
Commits
b893791b
Unverified
Commit
b893791b
authored
Jun 12, 2018
by
Alin Voinea
Committed by
GitHub
Jun 12, 2018
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #4 from cristiroma/patch-1
Declare SMTP port and volumes for this image
parents
9ee8dc5b
70e6197b
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
0 deletions
+4
-0
Dockerfile
Dockerfile
+4
-0
No files found.
Dockerfile
View file @
b893791b
...
@@ -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
&&
\
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment