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 21, 2024
1 parent 46ffd03 commit b4fb6bc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions dockerfiles/release-ci.DockerFile
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ 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 epel-release

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

0 comments on commit b4fb6bc

Please sign in to comment.