From 5fd35f8220affe68a428d4c76dc23f788dd6feb8 Mon Sep 17 00:00:00 2001 From: Tru Huynh <tru@pasteur.fr> Date: Fri, 24 Nov 2023 11:21:16 +0100 Subject: [PATCH] l_BaseKit_p_2024.0.0.49564_offline.sh upgrade --- Dockerfile | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/Dockerfile b/Dockerfile index 08ce1a1..142c5a3 100644 --- a/Dockerfile +++ b/Dockerfile @@ -5,10 +5,9 @@ RUN yum -y update && yum -y upgrade && \ yum -y groupinstall development && \ yum -y clean all && \ date +"%Y-%m-%d-%H%M" > /last_update - -RUN wget https://registrationcenter-download.intel.com/akdlm/irc_nas/17977/l_BaseKit_p_2021.3.0.3219_offline.sh && \ - bash l_BaseKit_p_2021.3.0.3219_offline.sh \ - --log l_BaseKit_p_2021.3.0.3219_offline.log \ +RUN wget wget https://registrationcenter-download.intel.com/akdlm/IRC_NAS/20f4e6a1-6b0b-4752-b8c1-e5eacba10e01/l_BaseKit_p_2024.0.0.49564_offline.sh && \ + bash l_BaseKit_p_2024.0.0.49564_offline.sh \ + --log l_BaseKit_p_2024.0.0.49564_offline.log \ --remove-extracted-files yes \ -a \ --action install \ @@ -16,4 +15,4 @@ RUN wget https://registrationcenter-download.intel.com/akdlm/irc_nas/17977/l_Bas --eula accept \ --intel-sw-improvement-program-consent decline \ --silent && \ - /bin/rm l_BaseKit_p_2021.3.0.3219_offline.sh + /bin/rm l_BaseKit_p_2024.0.0.49564_offline.sh -- GitLab