Skip to content

Commit df5ac0a

Browse files
committed
WIP: Use yum install instead of yum update
Test ./images/openstack/Dockerfile.ci
1 parent 54dc802 commit df5ac0a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

images/openstack/Dockerfile.ci

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ COPY --from=builder /go/src/github.com/openshift/installer/docs/user/openstack /
2828
COPY --from=builder /go/src/github.com/openshift/installer/hack/openstack/test-manifests.sh /go/src/github.com/openshift/installer/scripts/openstack/manifest-tests /var/lib/openshift-install/manifest-tests
2929

3030
# Install Dependendencies for tests
31-
RUN yum update -y --setopt=tsflags= tzdata && \
31+
RUN yum install -y --setopt=tsflags= tzdata && \
3232
yum update -y && \
3333
yum install --setopt=tsflags=nodocs -y \
3434
ansible-collection-ansible-netcommon \

0 commit comments

Comments
 (0)