Skip to content

Commit

Permalink
Merge pull request #400 from sjberman/rhel_update
Browse files Browse the repository at this point in the history
Update microdnf packages during rhel build
  • Loading branch information
amudukutore authored Oct 25, 2017
2 parents 35cb57a + 219e9f6 commit 907d567
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 @@ -26,6 +26,7 @@ COPY k8s-runtime-requirements.txt /tmp/k8s-runtime-requirements.txt
RUN microdnf --enablerepo=rhel-7-server-rpms --enablerepo=rhel-7-server-optional-rpms \
--enablerepo=rhel-server-rhscl-7-rpms install --nodocs \
golang-github-cpuguy83-go-md2man python27-python-pip git && \
microdnf update && \
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 907d567

Please sign in to comment.