Skip to content

Commit

Permalink
Fixing docker image
Browse files Browse the repository at this point in the history
  • Loading branch information
terafin authored and pull[bot] committed Jan 18, 2022
1 parent 90d3d04 commit 1067027
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion integrations/docker/images/chip-build-ameba/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down

0 comments on commit 1067027

Please sign in to comment.