mirror of
https://github.com/hassio-addons/addon-glances.git
synced 2025-05-05 19:41:33 +00:00
⬆️ Upgrades gcc to 8.2.0-r2
This commit is contained in:
parent
f3dce7c1a1
commit
6443e32473
1 changed files with 1 additions and 1 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 \
|
||||||
gcc=6.4.0-r9 \
|
|
||||||
linux-headers=4.4.6-r2 \
|
linux-headers=4.4.6-r2 \
|
||||||
musl-dev=1.1.19-r10 \
|
musl-dev=1.1.19-r10 \
|
||||||
python3-dev=3.6.6-r0 \
|
python3-dev=3.6.6-r0 \
|
||||||
|
gcc=8.2.0-r2 \
|
||||||
\
|
\
|
||||||
&& apk add --no-cache \
|
&& apk add --no-cache \
|
||||||
lua-resty-http=0.12-r1 \
|
lua-resty-http=0.12-r1 \
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue