Skip to content

Commit 051eac5

Browse files
authored
Merge pull request #30135 from openshift-cherrypick-robot/cherry-pick-30124-to-release-4.18
[release-4.18] OCPBUGS-60662: images/tests: Remove rteval
2 parents 6fcb1c7 + f24fb4f commit 051eac5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

images/tests/Dockerfile.rhel

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ COPY --from=builder /go/src/github.com/openshift/origin/zz_generated.manifests/*
1212

1313
RUN PACKAGES="git gzip util-linux" && \
1414
if [ $HOSTTYPE = x86_64 ]; then PACKAGES="$PACKAGES python3-cinderclient"; fi && \
15-
if [ $HOSTTYPE = x86_64 ]; then PACKAGES="$PACKAGES realtime-tests rteval"; fi && \
15+
if [ $HOSTTYPE = x86_64 ]; then PACKAGES="$PACKAGES realtime-tests"; fi && \
1616
yum install --setopt=tsflags=nodocs -y $PACKAGES && \
1717
yum update -y python3-six && \
1818
yum clean all && rm -rf /var/cache/yum/* && \

0 commit comments

Comments
 (0)