Skip to content
Snippets Groups Projects
Commit 6cb5f3f0 authored by lintao@ihep.ac.cn's avatar lintao@ihep.ac.cn
Browse files

WIP: add the missing packages in Dockerfile.

parent 484e3b68
No related branches found
No related tags found
No related merge requests found
......@@ -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
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