diff --git a/docker/sos_fedora/Dockerfile b/docker/sos_fedora/Dockerfile index 9f7cd2a..7c8291c 100644 --- a/docker/sos_fedora/Dockerfile +++ b/docker/sos_fedora/Dockerfile @@ -23,7 +23,7 @@ RUN cd $INSTALL_DIR && \ # Build SOS RUN cd $INSTALL_DIR && \ - git clone https://github.com/Sandia-OpenSHMEM/SOS.git && \ + git clone --recursive https://github.com/Sandia-OpenSHMEM/SOS.git && \ cd SOS && \ ./autogen.sh && \ # To build SOS w/ basic Libfabric \ diff --git a/docker/sos_ubuntu/Dockerfile b/docker/sos_ubuntu/Dockerfile index c0dfa2d..4892f01 100644 --- a/docker/sos_ubuntu/Dockerfile +++ b/docker/sos_ubuntu/Dockerfile @@ -31,7 +31,7 @@ RUN cd $INSTALL_DIR && \ # Build SOS RUN cd $INSTALL_DIR && \ - git clone https://github.com/Sandia-OpenSHMEM/SOS.git && \ + git clone --recursive https://github.com/Sandia-OpenSHMEM/SOS.git && \ cd SOS && \ ./autogen.sh && \ # To build SOS w/ basic Libfabric \