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 95509f3 commit f24fb4fCopy full SHA for f24fb4f
images/tests/Dockerfile.rhel
@@ -12,7 +12,7 @@ COPY --from=builder /go/src/github.com/openshift/origin/zz_generated.manifests/*
12
13
RUN PACKAGES="git gzip util-linux" && \
14
if [ $HOSTTYPE = x86_64 ]; then PACKAGES="$PACKAGES python3-cinderclient"; fi && \
15
- if [ $HOSTTYPE = x86_64 ]; then PACKAGES="$PACKAGES realtime-tests rteval"; fi && \
+ if [ $HOSTTYPE = x86_64 ]; then PACKAGES="$PACKAGES realtime-tests"; fi && \
16
yum install --setopt=tsflags=nodocs -y $PACKAGES && \
17
yum update -y python3-six && \
18
yum clean all && rm -rf /var/cache/yum/* && \
0 commit comments