Skip to content
Snippets Groups Projects
Commit 74704791 authored by Quang tru HUYNH's avatar Quang tru HUYNH
Browse files

more required packages for GUI

parent 7227ef44
No related branches found
No related tags found
No related merge requests found
Pipeline #116783 canceled
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 \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment