Skip to content

Commit

Permalink
copied a CSA dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
Sarthak-Shaha committed Sep 18, 2024
1 parent 3060823 commit 02cc117
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Integrations/docker/images/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,9 @@ RUN wget https://www.silabs.com/documents/login/software/slc_cli_linux.zip && \
# Final SDK container for compiling using Silabs SDK
FROM ghcr.io/project-chip/chip-build:${VERSION}

# Checkout submodules
RUN git submodule update --init matter_sdk

ADD requirements.txt /tmp/requirements.txt

# GNU ARM Embedded toolchain, cross compiler for various platform builds
Expand Down
1 change: 1 addition & 0 deletions Integrations/docker/images/build.sh
9 changes: 9 additions & 0 deletions Integrations/docker/images/requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# codegen.py build requirements
Jinja2==3.1.3
lark==1.1.7
# Sphinx dependencies (for slc-cli)
linkify-it-py==2.0.2
myst-parser==2.0.0
Sphinx==7.2.6
sphinx-rtd-theme==1.3.0
sphinx-tabs==3.4.1
1 change: 1 addition & 0 deletions Integrations/docker/images/run.sh
1 change: 1 addition & 0 deletions Integrations/docker/images/version

0 comments on commit 02cc117

Please sign in to comment.