Skip to content

Commit 3243068

Browse files
committed
Add various pip3 packages to the zap image, for use in generate.py and similar helpers
1 parent 1490461 commit 3243068

File tree

2 files changed

+11
-2
lines changed

2 files changed

+11
-2
lines changed

integrations/docker/images/chip-build-zap/Dockerfile

+10-1
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,13 @@ RUN apk add --no-cache \
1313
libjpeg-turbo-dev=2.1.0-r0 \
1414
giflib-dev=5.2.1-r0 \
1515
git=2.32.0-r0 \
16-
clang-dev=11.1.0-r1
16+
clang-dev=11.1.0-r1 \
17+
py3-pip=20.3.4-r1
18+
19+
# Generator dependencies
20+
RUN pip3 install \
21+
click==8.0.3 \
22+
coloredlogs=15.0.1 \
23+
jinja2==3.0.3 \
24+
lark==1.0.0 \
25+
stringcase==1.2.0
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.5.50 Version bump reason: [Ameba] Support Rotating ID for BLE beaconing
1+
0.5.51 Version bump reason: add python packages to zap image, for use by the python control scripts

0 commit comments

Comments
 (0)