We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1490461 commit 3243068Copy full SHA for 3243068
integrations/docker/images/chip-build-zap/Dockerfile
@@ -13,4 +13,13 @@ RUN apk add --no-cache \
13
libjpeg-turbo-dev=2.1.0-r0 \
14
giflib-dev=5.2.1-r0 \
15
git=2.32.0-r0 \
16
- clang-dev=11.1.0-r1
+ 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
integrations/docker/images/chip-build/version
@@ -1 +1 @@
1
-0.5.50 Version bump reason: [Ameba] Support Rotating ID for BLE beaconing
+0.5.51 Version bump reason: add python packages to zap image, for use by the python control scripts
0 commit comments