diff --git a/Dockerfile b/Dockerfile index 08ce1a16bfe6a80fbd19a8604bf8a2f424109098..142c5a37ba0c474274f8c34dd02cae2c2c50b844 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