mirror of
https://github.com/telekom-security/tpotce.git
synced 2025-04-29 11:48:52 +00:00
Fix name for Suricata daemons
This commit is contained in:
parent
4754526884
commit
565f156173
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@ RUN apk -U --no-cache add \
|
||||||
py-requests \
|
py-requests \
|
||||||
py-setuptools && \
|
py-setuptools && \
|
||||||
pip install --no-cache-dir -U pip && \
|
pip install --no-cache-dir -U pip && \
|
||||||
pip install --no-cache-dir pyOpenSSL && \
|
pip install --no-use-pep517 --no-cache-dir pyOpenSSL && \
|
||||||
|
|
||||||
# Setup ewsposter
|
# Setup ewsposter
|
||||||
git clone --depth=1 https://github.com/rep/hpfeeds /opt/hpfeeds && \
|
git clone --depth=1 https://github.com/rep/hpfeeds /opt/hpfeeds && \
|
||||||
|
|
Loading…
Reference in a new issue