From 6cb5f3f07f7d8f0e710c4b15c44da9a4d116aee6 Mon Sep 17 00:00:00 2001 From: Tao Lin <lintao51@gmail.com> Date: Wed, 9 Sep 2020 22:03:47 +0800 Subject: [PATCH] WIP: add the missing packages in Dockerfile. --- Dockerfile | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/Dockerfile b/Dockerfile index 47e0aa8a..3ca2b7db 100644 --- a/Dockerfile +++ b/Dockerfile @@ -61,3 +61,13 @@ RUN if [ "$CVMFSMOD" = "INSIDE" ]; then \ # $ mount -t cvmfs container.ihep.ac.cn /cvmfs/container.ihep.ac.cn # $ mount -t cvmfs cepcsw.ihep.ac.cn /cvmfs/cepcsw.ihep.ac.cn +############################################################################## +# Install necessary packages +############################################################################## + +RUN yum install -y git +RUN yum install -y libglvnd-devel +RUN yum install -y mesa-libGLU-devel +RUN yum install -y libXmu-devel +RUN yum install -y motif-devel + -- GitLab