From f5d3c163576088bab11d2b5b8bc9d0190ffa8347 Mon Sep 17 00:00:00 2001 From: Patrick Shriwise Date: Sun, 3 Jan 2021 18:06:55 -0600 Subject: [PATCH] Adding suggestion from @shimwell Co-authored-by: Jonathan Shimwell --- Dockerfile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index a80692c6cc..0ddaf9f13e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -43,8 +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 \ - /opt/openmc ; \ + then git clone --recurse-submodules https://github.com/openmc-dev/openmc.git /opt/openmc ; \ cd /opt/openmc ; \ mkdir -p build ; \ cd build ; \