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 4720adb commit 99b8612Copy full SHA for 99b8612
tools/openshift-ci/Dockerfile
@@ -20,7 +20,8 @@ RUN set -x && \
20
yum module reset ruby && \
21
yum module -y enable ruby:2.7 && \
22
yum module -y install ruby:2.7 && \
23
- yum clean all -y && rm -rf /var/cache/yum /tmp/* /verification-tests/Gemfile.lock
+ yum clean all -y && \
24
+ rm -rf /var/cache/yum /var/tmp/* /tmp/*
25
26
ADD . /verification-tests/
27
@@ -30,4 +31,5 @@ RUN set -x && \
30
31
chmod -R g=u /verification-tests && \
32
/verification-tests/tools/install_os_deps.sh && \
33
/verification-tests/tools/hack_bundle.rb && \
34
35
+ rm -rf /var/cache/yum /var/tmp/* /tmp/* /verification-tests/Gemfile.lock
0 commit comments