mirror of
https://github.com/telekom-security/tpotce.git
synced 2025-07-02 01:27:27 -04:00
Fix for DockerHub
Works just fine on local build.
This commit is contained in:
@ -16,7 +16,7 @@ RUN apk -U --no-cache add \
|
||||
cd /opt/snare/ && \
|
||||
pip3 install --no-cache-dir --upgrade pip setuptools && \
|
||||
pip3 install --no-cache-dir -r requirements.txt && \
|
||||
python3.6 setup.py install && \
|
||||
/usr/bin/python3.6 setup.py install && \
|
||||
cd / && \
|
||||
rm -rf /opt/snare && \
|
||||
clone --target http://example.com && \
|
||||
|
Reference in New Issue
Block a user