Skip to content

Commit

Permalink
Update release-ci-aarch64.DockerFile
Browse files Browse the repository at this point in the history
  • Loading branch information
anakinxc authored Jun 4, 2024
1 parent 9bc852f commit 7841c41
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dockerfiles/release-ci-aarch64.DockerFile
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@ 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 patch \
&& yum config-manager --set-enabled powertools \
&& yum clean all

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 7841c41

Please sign in to comment.