diff --git a/glances/Dockerfile b/glances/Dockerfile index a39fe6c..d1dd8ec 100755 --- a/glances/Dockerfile +++ b/glances/Dockerfile @@ -12,10 +12,10 @@ COPY requirements.txt /tmp/ RUN \ apk add --no-cache --virtual .build-dependencies \ automake=1.16.1-r0 \ - gcc=6.4.0-r9 \ linux-headers=4.4.6-r2 \ musl-dev=1.1.19-r10 \ python3-dev=3.6.6-r0 \ + gcc=8.2.0-r2 \ \ && apk add --no-cache \ lua-resty-http=0.12-r1 \