File tree 3 files changed +0
-3
lines changed
3 files changed +0
-3
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,6 @@ RUN INSTALL_PKGS=" \
10
10
git tar bsdtar \
11
11
" && \
12
12
yum install -y $INSTALL_PKGS && \
13
- rpm -V $INSTALL_PKGS && \
14
13
yum clean all
15
14
COPY --from=builder /go/src/github.com/openshift/builder/openshift-builder /usr/bin/
16
15
COPY imagecontent/policy.json /etc/containers/
Original file line number Diff line number Diff line change @@ -9,7 +9,6 @@ RUN INSTALL_PKGS=" \
9
9
git tar bsdtar \
10
10
" && \
11
11
yum install -y ${INSTALL_PKGS} && \
12
- rpm -V ${INSTALL_PKGS} && \
13
12
yum clean all
14
13
15
14
COPY imagecontent/policy.json /etc/containers/
Original file line number Diff line number Diff line change @@ -10,7 +10,6 @@ RUN INSTALL_PKGS=" \
10
10
git tar bsdtar \
11
11
" && \
12
12
yum install -y $INSTALL_PKGS && \
13
- rpm -V $INSTALL_PKGS && \
14
13
yum clean all
15
14
COPY --from=builder /go/src/github.com/openshift/builder/openshift-builder /usr/bin/
16
15
COPY imagecontent/policy.json /etc/containers/
You can’t perform that action at this time.
0 commit comments