From a8bf93851a14cb0c2f0d46cfb4b0e4161e31a6ab Mon Sep 17 00:00:00 2001 From: Dave Casper <dcasper@localhost.localdomain> Date: Sun, 1 Sep 2019 22:30:39 -0700 Subject: [PATCH] Add openGL to CI image --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index c552fd27..654fe4da 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -21,7 +21,7 @@ build_image: - cvmfs - docker script: - - yum -y install redhat-lsb redhat-lsb-core man uuid-devel libuuid libuuid-devel + - yum -y install redhat-lsb redhat-lsb-core man uuid-devel libuuid libuuid-devel mesa-libGL-devel - mkdir build - cd build - set +e && source ${ATLAS_LOCAL_ROOT_BASE}/user/atlasLocalSetup.sh; set -e -- GitLab