Skip to content
This repository has been archived by the owner on Sep 6, 2019. It is now read-only.

Commit

Permalink
buildah: ensure final image has updates (#108)
Browse files Browse the repository at this point in the history
Signed-off-by: Vincent Batts <[email protected]>
  • Loading branch information
vbatts authored and knative-prow-robot committed Apr 10, 2019
1 parent 63912a6 commit f5d52e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion buildah/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ RUN \

FROM base as runc
ARG RUNC_REVISION="master"

RUN yum -y install runc
RUN mkdir ~/runc && \
cd ~/runc && \
Expand Down Expand Up @@ -48,6 +47,7 @@ RUN mkdir ~/buildah && \

FROM docker.io/centos:7
RUN yum -y install libarchive ostree lzo libseccomp libedit gpgme && \
yum update -y && \
yum clean all && \
rm -rf \
/var/cache/yum \
Expand Down

0 comments on commit f5d52e7

Please sign in to comment.