diff --git a/Dockerfile b/Dockerfile index 7125363d337d69d9c944043a33510e0fff4f6fd2..6cdd01b7b6cf121faf1de0686cc847c1229de6f8 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,11 +1,12 @@ FROM registry-gitlab.pasteur.fr/tru/docker-c7-ci:17c8b7e5 RUN yum -y update && yum -y upgrade && \ - yum -y install wget bzip2 gcc gcc-c++ gcc-gfortran make && \ + yum -y install wget bzip2 gcc gcc-c++ gcc-gfortran make \ + xdg-utils mesa-libgbm libdrm libxcb at-spi2-core gtk3 libnotify && \ 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/20f4e6a1-6b0b-4752-b8c1-e5eacba10e01/l_BaseKit_p_2024.0.0.49564_offline.sh && \ +RUN wget --quiet 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 \