File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -15,10 +15,11 @@ RUN yum install -y python3-matplotlib python3-networkx graphviz python3-scipy \
1515RUN yum install -y python-matplotlib python-networkx python-scipy python-numpy \
1616 && yum -y clean all --enablerepo='*'
1717RUN ln -s /usr/bin/cmake3 /usr/bin/cmake
18+ RUN ln -s /usr/bin/ctest3 /usr/bin/ctest
1819WORKDIR /home/root
1920# RUN git clone https://github.com/dilawar/moose-core -b devel
2021# Run docker build from outside
2122COPY . moose-core
22- RUN cd moose-core && python3 setup.py build test install
23- RUN cd moose-core && python2 setup.py build test install
23+ RUN cd moose-core && python3 setup.py build test install
24+ RUN cd moose-core && python2 setup.py build test install
2425CMD ["/usr/bin/python3" , "-c" , "'import moose;moose.test()'" ]
You can’t perform that action at this time.
0 commit comments