We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 54dc802 commit df5ac0aCopy full SHA for df5ac0a
1 file changed
images/openstack/Dockerfile.ci
@@ -28,7 +28,7 @@ COPY --from=builder /go/src/github.com/openshift/installer/docs/user/openstack /
28
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
29
30
# Install Dependendencies for tests
31
-RUN yum update -y --setopt=tsflags= tzdata && \
+RUN yum install -y --setopt=tsflags= tzdata && \
32
yum update -y && \
33
yum install --setopt=tsflags=nodocs -y \
34
ansible-collection-ansible-netcommon \
0 commit comments