Skip to content

Commit

Permalink
Update release-ci.DockerFile
Browse files Browse the repository at this point in the history
  • Loading branch information
anakinxc authored Aug 1, 2024
1 parent e5be1ff commit 08f5719
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions dockerfiles/release-ci.DockerFile
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,11 @@ RUN yum install -y centos-release-scl epel-release \
&& yum update -y \
&& yum clean all

# CentOS 7 EOL workaround
RUN sed -i s/mirror.centos.org/vault.centos.org/g /etc/yum.repos.d/*.repo \
&& sed -i s/^#.*baseurl=http/baseurl=http/g /etc/yum.repos.d/*.repo \
&& sed -i s/^mirrorlist=http/#mirrorlist=http/g /etc/yum.repos.d/*.repo

RUN yum install -y \
git vim-common wget unzip which java-11-openjdk-devel patch \
libtool autoconf make ninja-build perl-IPC-Cmd \
Expand Down

0 comments on commit 08f5719

Please sign in to comment.