From 95b3749c5b716d1ce5f40005e5233ca9e9d6df12 Mon Sep 17 00:00:00 2001 From: Jean-Baptiste VESLIN <19856429+thebaptiste@users.noreply.github.com> Date: Wed, 18 Dec 2024 18:10:39 +0100 Subject: [PATCH] feat: add cargo-c (#83) --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index 1ad0fa6..92709b7 100644 --- a/Dockerfile +++ b/Dockerfile @@ -13,6 +13,7 @@ RUN yum -y install createrepo wget bzip2 patch make cmake cmake3 ctags automake #Install scl gcc-toolset-11) RUN yum -y install gcc-toolset-11 gcc-toolset-11-annobin-plugin-gcc RUN cd /opt/rh/gcc-toolset-11/root/usr/lib/gcc/x86_64-redhat-linux/11/plugin && ln -s annobin.so gcc-annobin.so +RUN cargo install cargo-c@0.10.4+cargo-0.82.0 --locked ADD make_openblas_pc.sh /root RUN chmod +x /root/make_openblas_pc.sh && /root/make_openblas_pc.sh RUN yum -y install initscripts vim coreutils-common cronie