Skip to content

Commit

Permalink
Add various pip3 packages to the zap image, for use in generate.py an…
Browse files Browse the repository at this point in the history
…d similar (#13889)

* Add various pip3 packages to the zap image, for use in generate.py and similar helpers

* Fix typo (missing =)

* Use --no-cache-dir option for image size reducion (thanks Damian!)
  • Loading branch information
andy31415 authored and pull[bot] committed Jan 4, 2024
1 parent b5ec1db commit 44595e3
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
11 changes: 10 additions & 1 deletion integrations/docker/images/chip-build-zap/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,13 @@ RUN apk add --no-cache \
libjpeg-turbo-dev=2.1.0-r0 \
giflib-dev=5.2.1-r0 \
git=2.32.0-r0 \
clang-dev=11.1.0-r1
clang-dev=11.1.0-r1 \
py3-pip=20.3.4-r1

# Generator dependencies
RUN pip3 install --no-cache-dir \
click==8.0.3 \
coloredlogs==15.0.1 \
jinja2==3.0.3 \
lark==1.0.0 \
stringcase==1.2.0
2 changes: 1 addition & 1 deletion integrations/docker/images/chip-build/version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.5.51 Version bump reason: Add Docker image for NXP imx platform
0.5.52 Version bump reason: add python packages to zap image, for use by the python control scripts

0 comments on commit 44595e3

Please sign in to comment.