mirror of
https://github.com/hassio-addons/addon-glances.git
synced 2025-05-05 03:21:36 +00:00
⬆️ Upgrades python3 to 3.8.7-r1 (#126)
This commit is contained in:
parent
b8894d5a9b
commit
65f9a2bf7b
1 changed files with 2 additions and 2 deletions
|
@ -16,12 +16,12 @@ RUN \
|
||||||
gcc=10.2.1_pre1-r3 \
|
gcc=10.2.1_pre1-r3 \
|
||||||
linux-headers=5.7.8-r0 \
|
linux-headers=5.7.8-r0 \
|
||||||
musl-dev=1.2.2-r0 \
|
musl-dev=1.2.2-r0 \
|
||||||
python3-dev=3.8.7-r0 \
|
python3-dev=3.8.7-r1 \
|
||||||
\
|
\
|
||||||
&& apk add --no-cache \
|
&& apk add --no-cache \
|
||||||
nginx=1.18.0-r13 \
|
nginx=1.18.0-r13 \
|
||||||
py3-pip=20.3.4-r0 \
|
py3-pip=20.3.4-r0 \
|
||||||
python3=3.8.7-r0 \
|
python3=3.8.7-r1 \
|
||||||
\
|
\
|
||||||
&& pip3 install \
|
&& pip3 install \
|
||||||
--no-cache-dir \
|
--no-cache-dir \
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue