diff --git a/docker/Dockerfile b/docker/Dockerfile index 4eacc8b02f..e3923f4b57 100644 --- a/docker/Dockerfile +++ b/docker/Dockerfile @@ -37,7 +37,7 @@ RUN git clone https://github.com/wbinventor/openmc.git /opt/openmc && \ cd /opt/openmc && mkdir -p build && cd build && \ cmake -Doptimize=on -DHDF5_PREFER_PARALLEL=on .. && \ make && make install && \ - cd .. && python setup.py install + cd .. && pip install -e . # Download cross sections (NNDC and WMP) and ENDF data needed by test suite RUN mkdir /opt/openmc/data