From 0923b0e72a5bf1487708c8be37f3436700bc1736 Mon Sep 17 00:00:00 2001 From: anakinxc <103552181+anakinxc@users.noreply.github.com> Date: Thu, 21 Dec 2023 21:42:36 +0800 Subject: [PATCH] Update release-ci-aarch64.DockerFile --- dockerfiles/release-ci-aarch64.DockerFile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dockerfiles/release-ci-aarch64.DockerFile b/dockerfiles/release-ci-aarch64.DockerFile index 31948b9..b443575 100644 --- a/dockerfiles/release-ci-aarch64.DockerFile +++ b/dockerfiles/release-ci-aarch64.DockerFile @@ -11,7 +11,7 @@ RUN cd /etc/yum.repos.d/ \ RUN yum install -y \ git vim-common wget unzip which java-11-openjdk-devel \ - libtool autoconf make ninja-build \ + libtool autoconf make ninja-build perl-IPC-Cmd \ && yum clean all # install conda