Removing semicolon in clone command of Dockerfile.

This commit is contained in:
Patrick Shriwise 2021-01-02 23:17:50 -06:00
parent 32918f042d
commit bceb37345c

View file

@ -43,7 +43,7 @@ RUN git clone https://github.com/njoy/NJOY2016 /opt/NJOY2016 && \
# Clone and install OpenMC without DAGMC
RUN if [ "$include_dagmc" = "false" ] ; \
then git clone --recurse-submodules https://github.com/openmc-dev/openmc.git ; \
then git clone --recurse-submodules https://github.com/openmc-dev/openmc.git \
/opt/openmc ; \
cd /opt/openmc ; \
mkdir -p build ; \