Skip to content

Commit

Permalink
[Bouffalolab]add docker file for Bouffalolab (#21041)
Browse files Browse the repository at this point in the history
* [BL602]add docker file for BL602

* [BL602]rename to chip-build-bouffalolab;remove CHIP source code/repository;
  • Loading branch information
stoneM2017 authored and pull[bot] committed Sep 18, 2023
1 parent 9497ac8 commit 3547979
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 0 deletions.
9 changes: 9 additions & 0 deletions integrations/docker/images/chip-build-bouffalolab/Dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
ARG VERSION=latest
FROM connectedhomeip/chip-build:${VERSION}

RUN set -x \
&& pip install bflb-iot-tool \
&& apt-get update \
&& apt-get install -fy \
vim \
&& : # last line
1 change: 1 addition & 0 deletions integrations/docker/images/chip-build-bouffalolab/build.sh
1 change: 1 addition & 0 deletions integrations/docker/images/chip-build-bouffalolab/run.sh
1 change: 1 addition & 0 deletions integrations/docker/images/chip-build-bouffalolab/version

0 comments on commit 3547979

Please sign in to comment.