Skip to content

Commit

Permalink
Add patch
Browse files Browse the repository at this point in the history
  • Loading branch information
anakinxc committed Jun 4, 2024
1 parent 6ddc793 commit 9bc852f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dockerfiles/release-ci-aarch64.DockerFile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ RUN cd /etc/yum.repos.d/ \
&& sed -i 's|#baseurl=http://mirror.centos.org|baseurl=http://vault.centos.org|g' /etc/yum.repos.d/CentOS-* \
&& yum update -y \
&& yum install -y dnf-plugins-core \
&& yum config-manager --set-enabled powertools \
&& yum config-manager --set-enabled powertools patch \
&& yum clean all

RUN yum install -y \
Expand Down
2 changes: 1 addition & 1 deletion dockerfiles/release-ci.DockerFile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ RUN yum install -y centos-release-scl epel-release \

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

# install conda
Expand Down

0 comments on commit 9bc852f

Please sign in to comment.