From 78cea725e06966fd49dea4a923b1abb193d73f81 Mon Sep 17 00:00:00 2001 From: Jean-Baptiste VESLIN <19856429+thebaptiste@users.noreply.github.com> Date: Wed, 18 Dec 2024 22:21:45 +0100 Subject: [PATCH] build: revert add cargo-c (#85) --- Dockerfile | 3 --- 1 file changed, 3 deletions(-) diff --git a/Dockerfile b/Dockerfile index cfee823..da2cd11 100644 --- a/Dockerfile +++ b/Dockerfile @@ -13,9 +13,6 @@ 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 -#openssl-devel required for cargo-c -RUN yum -y install openssl-devel -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