diff --git a/docker/ews/Dockerfile b/docker/ews/Dockerfile index 26e3b98d..a21d039e 100644 --- a/docker/ews/Dockerfile +++ b/docker/ews/Dockerfile @@ -20,7 +20,7 @@ RUN apk -U --no-cache add \ py-requests \ py-setuptools && \ pip install --no-cache-dir -U pip && \ - pip install --no-use-pep517 --no-cache-dir pyOpenSSL && \ + pip install --no-cache-dir pyOpenSSL && \ # Setup ewsposter git clone --depth=1 https://github.com/rep/hpfeeds /opt/hpfeeds && \ diff --git a/docker/ews/dist/ews.cfg b/docker/ews/dist/ews.cfg index a9c437c5..0c37928a 100644 --- a/docker/ews/dist/ews.cfg +++ b/docker/ews/dist/ews.cfg @@ -126,3 +126,8 @@ logfile = /data/ciscoasa/log/ciscoasa.log tanner = true nodeid = tanner-community-01 logfile = /data/tanner/log/tanner_report.json + +[GLUTTON] +glutton = true +nodeid = glutton-community-01 +logfile = /data/glutton/log/glutton.log