mirror of
https://github.com/telekom-security/tpotce.git
synced 2025-04-19 21:52:27 +00:00
Update Dockerfile
This commit is contained in:
parent
35e89b1e20
commit
be42aaa958
1 changed files with 1 additions and 1 deletions
|
@ -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 xmljson && \
|
||||
|
||||
# Setup ewsposter
|
||||
git clone --depth=1 https://github.com/rep/hpfeeds /opt/hpfeeds && \
|
||||
|
|
Loading…
Reference in a new issue