From 106702723d60b188a22e15c60fba2fc80a44b9c4 Mon Sep 17 00:00:00 2001 From: Justin Wood Date: Fri, 22 Oct 2021 19:56:27 -0700 Subject: [PATCH] Fixing docker image --- integrations/docker/images/chip-build-ameba/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 \