diff --git a/glances/Dockerfile b/glances/Dockerfile index 9559aac..8231ee2 100755 --- a/glances/Dockerfile +++ b/glances/Dockerfile @@ -19,8 +19,6 @@ RUN \ python3-dev=3.8.7-r0 \ \ && apk add --no-cache \ - lua-resty-http=0.15-r0 \ - nginx-mod-http-lua=1.18.0-r13 \ nginx=1.18.0-r13 \ py3-pip=20.3.3-r0 \ python3=3.8.7-r0 \