[amazonlinux:2023]install perl-IPC-Cmd (#27049)

Signed-off-by: PowderLi <min.li@zilliz.com>
This commit is contained in:
PowderLi 2023-09-13 18:53:18 +08:00 committed by GitHub
parent 2166986834
commit 8e142ff39f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -15,7 +15,7 @@ ARG TARGETARCH
RUN yum install -y wget g++ gcc gdb libatomic libstdc++-static git make zip unzip tar which \
autoconf automake golang python3 python3-pip perl-FindBin texinfo \
pkg-config libuuid-devel libaio && \
pkg-config libuuid-devel libaio perl-IPC-Cmd && \
rm -rf /var/cache/yum/*
RUN pip3 install conan==1.58.0