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 4a51fe9 + c9ec2fb commit de84169Copy full SHA for de84169
images/tests/Dockerfile.rhel
@@ -9,7 +9,7 @@ FROM registry.ci.openshift.org/ocp/4.15:tools
9
COPY --from=builder /tmp/build/openshift-tests /usr/bin/
10
RUN PACKAGES="git gzip util-linux" && \
11
if [ $HOSTTYPE = x86_64 ] || [ $HOSTTYPE = ppc64le ]; then PACKAGES="$PACKAGES python3-cinderclient"; fi && \
12
- if [ $HOSTTYPE = x86_64 ]; then PACKAGES="$PACKAGES rt-tests rteval"; fi && \
+ if [ $HOSTTYPE = x86_64 ]; then PACKAGES="$PACKAGES rt-tests"; fi && \
13
yum install --setopt=tsflags=nodocs -y $PACKAGES && \
14
yum update -y python3-six && \
15
yum clean all && rm -rf /var/cache/yum/* && \
0 commit comments