Skip to content

Commit

Permalink
Merge pull request #1121 from veeramalla-f5/fixrhelvulnerabilities
Browse files Browse the repository at this point in the history
fix the rhel nss-tools vulnerabilities
  • Loading branch information
iam-veeramalla authored Dec 12, 2019
2 parents f4caf6a + 2b852d2 commit 1c435a9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build-tools/Dockerfile.rhel7.runtime
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ RUN microdnf --enablerepo=rhel-7-server-rpms --enablerepo=rhel-7-server-optional
--enablerepo=rhel-server-rhscl-7-rpms install --nodocs \
golang-github-cpuguy83-go-md2man python27-python-pip git shadow-utils && \
microdnf update && \
microdnf --enablerepo=rhel-7-server-rpms update nss-tools nss-softokn nss-util && \
go-md2man -in /tmp/help.md -out /help.1 && rm -f /tmp/help.md && \
source scl_source enable python27 && \
pip install --no-cache-dir --upgrade pip && \
Expand Down

0 comments on commit 1c435a9

Please sign in to comment.