mirror of
https://github.com/hassio-addons/addon-tautulli.git
synced 2025-05-04 19:11:24 +00:00
⬆️ Upgrades GCC/G++ to 6.4.0-r9
This commit is contained in:
parent
db726469a4
commit
26a250b5ac
1 changed files with 2 additions and 2 deletions
|
@ -14,8 +14,8 @@ 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-r8 \
|
g++=6.4.0-r9 \
|
||||||
gcc=6.4.0-r8 \
|
gcc=6.4.0-r9 \
|
||||||
make=4.2.1-r2 \
|
make=4.2.1-r2 \
|
||||||
python2-dev=2.7.15-r1 \
|
python2-dev=2.7.15-r1 \
|
||||||
libffi-dev=3.2.1-r4 \
|
libffi-dev=3.2.1-r4 \
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue