diff --git a/integrations/docker/images/chip-build-ameba/Dockerfile b/integrations/docker/images/chip-build-ameba/Dockerfile index 914c9c4e0eafcb..f8ffa1cc51e9dd 100644 --- a/integrations/docker/images/chip-build-ameba/Dockerfile +++ b/integrations/docker/images/chip-build-ameba/Dockerfile @@ -7,7 +7,7 @@ RUN set -x \ && apt-get update \ && mkdir ${AMEBA_DIR} \ && cd ${AMEBA_DIR} \ - && git clone --depth 1 --progress -b cmake_build https://github.com/pankore/ambd_sdk_with_chip_non_NDA.git \ + && git clone --progress -b cmake_build https://github.com/pankore/ambd_sdk_with_chip_non_NDA.git \ && cd ambd_sdk_with_chip_non_NDA \ && git reset --hard 299dd4a \ && git submodule update --depth 1 --init --progress \