diff --git a/Dockerfile b/Dockerfile index bf0bc81cfd..367777b6ef 100644 --- a/Dockerfile +++ b/Dockerfile @@ -119,6 +119,7 @@ RUN if [ "$build_dagmc" = "on" ]; then \ && make 2>/dev/null -j${compile_cores} install \ && cd pymoab && bash install.sh \ && python setup.py install \ + && python -c "import pymoab" \ && rm -rf $HOME/MOAB ; \ # Clone and install Double-Down mkdir -p $HOME/Double_down && cd $HOME/Double_down \