From 565f156173bb8585718b877e0e531e6df28f5d40 Mon Sep 17 00:00:00 2001 From: Marco Ochse Date: Wed, 6 Feb 2019 16:13:03 +0100 Subject: [PATCH] Fix name for Suricata daemons --- docker/ews/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/ews/Dockerfile b/docker/ews/Dockerfile index 7626b7b0..9999d111 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-cache-dir pyOpenSSL && \ + pip install --no-use-pep517 --no-cache-dir pyOpenSSL && \ # Setup ewsposter git clone --depth=1 https://github.com/rep/hpfeeds /opt/hpfeeds && \