Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
BraisVQ committed Aug 23, 2024
1 parent bd95b26 commit e5287c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jenkins/master/Dockerfile.ubi8
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ RUN rpm --import https://pkg.jenkins.io/redhat-stable/jenkins.io.key \
&& disable_yum_repository.sh /etc/yum.repos.d/ci-rpm-mirrors.repo \
/etc/yum.repos.d/localdev-* /etc/yum.repos.d/epel.repo \
&& ensure_java_jre_is_adequate.sh master \
&& yum -y update
&& yum -y update \
&& import_certs.sh \
&& fix_openshift_scripts.sh \
&& clean_yum_cache.sh
Expand Down

0 comments on commit e5287c9

Please sign in to comment.