mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-28 06:05:58 -04:00
Removing semicolon in clone command of Dockerfile.
This commit is contained in:
parent
32918f042d
commit
bceb37345c
1 changed files with 1 additions and 1 deletions
|
|
@ -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 ; \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue