mirror of
https://github.com/hassio-addons/addon-tautulli.git
synced 2025-05-05 11:31:24 +00:00
⬆️ Upgrades python2 to 2.7.18-r0
This commit is contained in:
parent
890e6c7f24
commit
0437a03843
1 changed files with 2 additions and 2 deletions
|
@ -22,13 +22,13 @@ RUN \
|
||||||
libffi-dev=3.2.1-r6 \
|
libffi-dev=3.2.1-r6 \
|
||||||
libressl-dev=3.0.2-r0 \
|
libressl-dev=3.0.2-r0 \
|
||||||
make=4.2.1-r2 \
|
make=4.2.1-r2 \
|
||||||
python2-dev=2.7.16-r3 \
|
python2-dev=2.7.18-r0 \
|
||||||
\
|
\
|
||||||
&& apk add --no-cache \
|
&& apk add --no-cache \
|
||||||
git=2.24.3-r0 \
|
git=2.24.3-r0 \
|
||||||
libressl=3.0.2-r0 \
|
libressl=3.0.2-r0 \
|
||||||
py2-pip=18.1-r0 \
|
py2-pip=18.1-r0 \
|
||||||
python2=2.7.16-r3 \
|
python2=2.7.18-r0 \
|
||||||
wget=1.20.3-r0 \
|
wget=1.20.3-r0 \
|
||||||
\
|
\
|
||||||
&& pip install --no-cache-dir -U -r /tmp/requirements.txt \
|
&& pip install --no-cache-dir -U -r /tmp/requirements.txt \
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue