mirror of
https://github.com/hassio-addons/addon-glances.git
synced 2025-05-05 03:21:36 +00:00
⬆️ Upgrades python3 to 3.8.5-r0
This commit is contained in:
parent
028c756fee
commit
b9f17ef431
1 changed files with 2 additions and 2 deletions
|
@ -16,13 +16,13 @@ RUN \
|
||||||
gcc=9.3.0-r2 \
|
gcc=9.3.0-r2 \
|
||||||
linux-headers=5.4.5-r1 \
|
linux-headers=5.4.5-r1 \
|
||||||
musl-dev=1.1.24-r9 \
|
musl-dev=1.1.24-r9 \
|
||||||
python3-dev=3.8.2-r0 \
|
python3-dev=3.8.5-r0 \
|
||||||
\
|
\
|
||||||
&& apk add --no-cache \
|
&& apk add --no-cache \
|
||||||
lua-resty-http=0.15-r0 \
|
lua-resty-http=0.15-r0 \
|
||||||
nginx-mod-http-lua=1.16.1-r6 \
|
nginx-mod-http-lua=1.16.1-r6 \
|
||||||
nginx=1.16.1-r6 \
|
nginx=1.16.1-r6 \
|
||||||
python3=3.8.2-r0 \
|
python3=3.8.5-r0 \
|
||||||
\
|
\
|
||||||
&& pip3 install \
|
&& pip3 install \
|
||||||
--no-cache-dir \
|
--no-cache-dir \
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue