Skip to content

Commit

Permalink
docker: Install the requirements for Matter
Browse files Browse the repository at this point in the history
  • Loading branch information
Diegorro98 authored Jan 6, 2023
1 parent 3f5570e commit 3c25eaf
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tools/docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,10 @@ RUN source $MATTER_PATH/scripts/bootstrap.sh && \
# Installing python dependencies for mfg_tool
RUN python3 -m pip install -r $ESP_MATTER_PATH/tools/mfg_tool/requirements.txt

# Installing python dependencies for Matter
RUN . $IDF_PATH/export.sh && \
python3 -m pip install -r $ESP_MATTER_PATH/requirements.txt

COPY entrypoint.sh /opt/esp/entrypoint.sh
ENTRYPOINT [ "/opt/esp/entrypoint.sh" ]
CMD [ "/bin/bash" ]

0 comments on commit 3c25eaf

Please sign in to comment.