mirror of
https://github.com/hassio-addons/addon-glances.git
synced 2025-05-05 19:41:33 +00:00
⬆️ Upgrades Python to 3.6.8-r1
This commit is contained in:
parent
05bccbe106
commit
4d3d8875d8
1 changed files with 2 additions and 2 deletions
|
@ -12,10 +12,10 @@ COPY requirements.txt /tmp/
|
||||||
RUN \
|
RUN \
|
||||||
apk add --no-cache --virtual .build-dependencies \
|
apk add --no-cache --virtual .build-dependencies \
|
||||||
automake=1.16.1-r0 \
|
automake=1.16.1-r0 \
|
||||||
python3-dev=3.6.6-r0 \
|
|
||||||
gcc=8.2.0-r2 \
|
gcc=8.2.0-r2 \
|
||||||
linux-headers=4.18.13-r1 \
|
linux-headers=4.18.13-r1 \
|
||||||
musl-dev=1.1.20-r4 \
|
musl-dev=1.1.20-r4 \
|
||||||
|
python3-dev=3.6.8-r1 \
|
||||||
\
|
\
|
||||||
&& apk add --no-cache \
|
&& apk add --no-cache \
|
||||||
lua-resty-http=0.12-r1 \
|
lua-resty-http=0.12-r1 \
|
||||||
|
@ -23,7 +23,7 @@ RUN \
|
||||||
nginx=1.14.2-r0 \
|
nginx=1.14.2-r0 \
|
||||||
py3-bottle=0.12.13-r2 \
|
py3-bottle=0.12.13-r2 \
|
||||||
py3-psutil=5.4.6-r0 \
|
py3-psutil=5.4.6-r0 \
|
||||||
python3=3.6.6-r0 \
|
python3=3.6.8-r1 \
|
||||||
\
|
\
|
||||||
&& pip3 install --no-cache-dir -r /tmp/requirements.txt \
|
&& pip3 install --no-cache-dir -r /tmp/requirements.txt \
|
||||||
\
|
\
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue