Skip to content
This repository has been archived by the owner on Sep 24, 2024. It is now read-only.

Commit

Permalink
Merge branch 'dev' of https://github.com/ShipSoft/FairSoft into dev
Browse files Browse the repository at this point in the history
  • Loading branch information
ThomasRuf committed May 7, 2015
2 parents 0b7b580 + a008bc8 commit 6d3d8bb
Showing 1 changed file with 17 additions and 2 deletions.
19 changes: 17 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,25 @@ MAINTAINER Andrey Ustyuzhanin andrey.ustyuzhanin@cern.ch
ENTRYPOINT ["/bin/sh", "-c", "-l"]
CMD ["bash"]

RUN yum -y install which tar subversion file bc
RUN yum -y install cmake git gcc-c++ libX11-devel subversion man unzip patch libXpm-devel libXft-devel gcc-gfortran libXext-devel mesa-libGL-devel mesa-libGLU-devel expat-devel libXmu-devel compat-gcc-34-g77 xorg-x11-xauth python-devel bash-completion
RUN yum -y install \
which file bc bash-completion man \
unzip tar patch \
cmake \
gcc-c++ \
gcc-gfortran \
compat-gcc-34-g77 \
git subversion \
xorg-x11-xauth \
libX11-devel libXpm-devel libXmu-devel libXft-devel libXext-devel \
mesa-libGL-devel mesa-libGLU-devel \
expat-devel \
python-devel \
libxml2-devel \
python-mtTkinter

RUN rm /usr/lib/gcc/x86_64-redhat-linux/3.4.6/libgcc_s_32.so # references non-existent file
RUN cp /usr/lib/gcc/x86_64-redhat-linux/3.4.6/lib* /usr/local/lib

# VNC server
RUN yum -y install x11vnc libpng xterm twm
ENV SHIPSOFT /opt/ocean
Expand Down

0 comments on commit 6d3d8bb

Please sign in to comment.