From 7f3be468a2796b3559b48355baaa780e7f06098f Mon Sep 17 00:00:00 2001 From: Veronique Legrand <vlegrand@pasteur.fr> Date: Tue, 3 Jun 2025 15:43:37 +0200 Subject: [PATCH] removed old dependencies that are no more useful --- CI/Dockerfile_RockyLinux_autotools | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CI/Dockerfile_RockyLinux_autotools b/CI/Dockerfile_RockyLinux_autotools index 029647a..4e6ef71 100644 --- a/CI/Dockerfile_RockyLinux_autotools +++ b/CI/Dockerfile_RockyLinux_autotools @@ -1,6 +1,6 @@ FROM rockylinux:8 RUN yum -y update && yum clean all -RUN yum -y install wget sudo gcc gcc-c++ glibc-devel libstdc++.i686 glibc.i686 make perl which procps-ng +RUN yum -y install wget sudo gcc gcc-c++ glibc-devel make perl which procps-ng RUN echo -e '[gensoft]\n\ name=gensoft (public) for RHEL / Rocky $releasever - $basearch"\n\ baseurl=https://gensoft.pasteur.fr/repos/pub/yum/redhat/rhel$releasever-$basearch\n\ -- GitLab