mirror of
https://github.com/hassio-addons/addon-tautulli.git
synced 2025-05-05 11:31:24 +00:00
Upgrade g++, gcc, python2-dev, libffi-dev, git, python2, py2-pip
This commit is contained in:
parent
9c6a01ac60
commit
fe2da7e02c
1 changed files with 7 additions and 9 deletions
|
@ -14,21 +14,19 @@ WORKDIR /opt
|
||||||
# Setup base
|
# Setup base
|
||||||
RUN \
|
RUN \
|
||||||
apk add --no-cache --virtual .build-dependencies \
|
apk add --no-cache --virtual .build-dependencies \
|
||||||
g++=6.4.0-r9 \
|
g++=8.2.0-r2 \
|
||||||
gcc=6.4.0-r9 \
|
gcc=8.2.0-r2 \
|
||||||
make=4.2.1-r2 \
|
make=4.2.1-r2 \
|
||||||
python2-dev=2.7.15-r1 \
|
python2-dev=2.7.15-r3 \
|
||||||
libffi-dev=3.2.1-r4 \
|
libffi-dev=3.2.1-r6 \
|
||||||
libressl-dev=2.7.5-r0 \
|
libressl-dev=2.7.5-r0 \
|
||||||
\
|
\
|
||||||
&& apk add --no-cache \
|
&& apk add --no-cache \
|
||||||
git=2.18.1-r0 \
|
git=2.20.1-r0 \
|
||||||
python2=2.7.15-r1 \
|
python2=2.7.15-r3 \
|
||||||
py2-pip=10.0.1-r0 \
|
py2-pip=18.1-r0 \
|
||||||
wget=1.20.1-r0 \
|
wget=1.20.1-r0 \
|
||||||
\
|
\
|
||||||
&& pip install --no-cache-dir -U \
|
|
||||||
pip==19.0.3 \
|
|
||||||
&& pip install --no-cache-dir -U \
|
&& pip install --no-cache-dir -U \
|
||||||
plexapi==3.1.0 \
|
plexapi==3.1.0 \
|
||||||
pycryptodomex==3.8.0 \
|
pycryptodomex==3.8.0 \
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue