mirror of
https://github.com/hassio-addons/addon-glances.git
synced 2025-05-05 03:21:36 +00:00
Add python3-dev to build dependencies (#282)
This commit is contained in:
parent
647638adbe
commit
489196bc42
1 changed files with 1 additions and 0 deletions
|
@ -14,6 +14,7 @@ RUN \
|
|||
apk add --no-cache --virtual .build-dependencies \
|
||||
build-base=0.5-r3 \
|
||||
py3-pip=22.1.1-r0 \
|
||||
python3-dev=3.10.5-r0 \
|
||||
\
|
||||
&& apk add --no-cache \
|
||||
nginx=1.22.0-r1 \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue