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.
2 parents 6fcb1c7 + f24fb4f commit 051eac5Copy full SHA for 051eac5
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