diff --git a/Dockerfile b/Dockerfile index 142c5a37ba0c474274f8c34dd02cae2c2c50b844..7125363d337d69d9c944043a33510e0fff4f6fd2 100644 --- a/Dockerfile +++ b/Dockerfile @@ -5,7 +5,7 @@ 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 wget https://registrationcenter-download.intel.com/akdlm/IRC_NAS/20f4e6a1-6b0b-4752-b8c1-e5eacba10e01/l_BaseKit_p_2024.0.0.49564_offline.sh && \ +RUN 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 \