Skip to content
This repository was archived by the owner on Jan 1, 2024. It is now read-only.

Commit 39e365b

Browse files
committed
add python3-dev as build and runtime package
1 parent 4e943be commit 39e365b

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Dockerfile

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,10 @@ RUN \
3737
tar \
3838
zlib-dev && \
3939

40+
# add runtime packages required in build stage
41+
apk add --no-cache \
42+
python3-dev && \
43+
4044
# build OpenZWave
4145
git clone https://github.com/OpenZWave/open-zwave.git /tmp/open-zwave && \
4246
ln -s /tmp/open-zwave /tmp/open-zwave-read-only && \

0 commit comments

Comments
 (0)