Fix name for Suricata daemons

This commit is contained in:
Marco Ochse 2019-02-06 16:13:03 +01:00 committed by GitHub
parent 4754526884
commit 565f156173
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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 && \