From f999a5bc5b9ced87c1ee319b69a77011bc74a321 Mon Sep 17 00:00:00 2001 From: phoebusm Date: Thu, 11 Apr 2024 17:36:03 +0100 Subject: [PATCH] Update package --- build_tooling/build_many_linux_image.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build_tooling/build_many_linux_image.sh b/build_tooling/build_many_linux_image.sh index fa80763902d..323175f0803 100755 --- a/build_tooling/build_many_linux_image.sh +++ b/build_tooling/build_many_linux_image.sh @@ -44,7 +44,7 @@ RUN rpmkeys --import 'https://keyserver.ubuntu.com/pks/lookup?op=get&search=0x3F s/#?exclude.*/exclude=.edu/' /etc/yum/pluginconf.d/fastestmirror.conf ADD sccache /usr/local/bin/ RUN yum update -y && \ - yum install -y zip jq less devtoolset-11-gdb kernel-devel kernel-headers \ + yum install -y zip jq less devtoolset-11-gdb kernel-devel kernel-headers perl-IPC-Cmd \ openssl-devel cyrus-sasl-devel devtoolset-10-libatomic-devel libcurl-devel python3-devel flex && \ rpm -Uvh --nodeps \$(repoquery --location mono-{core,web,devel,data,wcf,winfx}) && \ yum clean all && touch /etc/arcticdb_deps_installed