Skip to content

Commit

Permalink
Edited wrong line
Browse files Browse the repository at this point in the history
  • Loading branch information
Bernhard F.W. Gschaider committed Nov 2, 2016
1 parent 4878e5a commit 62e6c3b
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,9 @@ RUN yum clean all && yum install -y epel-release
RUN yum clean all && yum install -y centos-release-SCL
RUN yum clean all && yum install -y python27 python-devel
# RUN yum clean all && yum install -y libpng-devel freetype-devel # Fails on DockerHub
# RUN /bin/bash -c "source /opt/OpenFOAM/setImage_v1606+ && scl enable python27 'pip install PyFoam Cython xlsxwriter xlwt xlrd mercurial pandas jupyter matplotlib'"
RUN /bin/bash -c "source /opt/OpenFOAM/setImage_v1606+ && scl enable python27 'pip install PyFoam xlsxwriter xlwt xlrd mercurial pandas jupyter'"
# RUN /bin/bash -c "source /opt/OpenFOAM/setImage_v1606+ && scl enable python27 'pip install PyFoam xlsxwriter xlwt xlrd mercurial pandas jupyter matplotlib'"
# RUN /bin/bash -c "source /opt/OpenFOAM/setImage_v1606+ && scl enable python27 'pip install PyFoam xlsxwriter xlwt xlrd mercurial pandas jupyter'"
RUN /bin/bash -c "source /opt/OpenFOAM/setImage_v1606+ && scl enable python27 'pip install PyFoam Cython xlsxwriter xlwt xlrd mercurial pandas jupyter'"
WORKDIR /opt
RUN scl enable python27 'hg clone http://hg.code.sf.net/p/openfoam-extend/swak4Foam -r compile_of4.0_v1606+'
WORKDIR /opt/swak4Foam
Expand Down

0 comments on commit 62e6c3b

Please sign in to comment.