mirror of
https://github.com/hassio-addons/addon-glances.git
synced 2025-05-04 19:11:23 +00:00
Add py3-six dependency (#307)
This commit is contained in:
parent
6bd5fd7bdb
commit
2c970a0495
1 changed files with 1 additions and 0 deletions
|
@ -19,6 +19,7 @@ RUN \
|
|||
&& apk add --no-cache \
|
||||
nginx=1.22.1-r0 \
|
||||
py3-packaging=21.3-r2 \
|
||||
py3-six=1.16.0-r3 \
|
||||
python3=3.10.9-r1 \
|
||||
\
|
||||
&& pip3 install -r /tmp/requirements.txt \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue