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
44b06d6f
Commit
44b06d6f
authored
Feb 18, 2016
by
Alexandru Ghica
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Updated glibc vulnerability
Updated glibc vulnerability for Centos Updated maintainer info refs #31339
parent
1fe59181
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
0 deletions
+3
-0
Dockerfile
Dockerfile
+3
-0
No files found.
Dockerfile
View file @
44b06d6f
FROM
centos:7
MAINTAINER
"European Environment Agency (EEA): IDM2 A-Team" <eea-edw-a-team-alerts@googlegroups.com>
RUN
rpm
--import
/etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-7
&&
\
yum updateinfo
-y
&&
\
yum update
-y
glibc
&&
\
yum install
-y
epel-release
&&
\
rpm
--import
/etc/pki/rpm-gpg/RPM-GPG-KEY-EPEL-7
&&
\
yum install
-y
python34-devel postfix cyrus-sasl cyrus-sasl-plain mailx
&&
\
...
...
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