mirror of
https://github.com/telekom-security/tpotce.git
synced 2025-07-01 12:32:12 +00:00
Fix for DockerHub
Works just fine on local build.
This commit is contained in:
parent
e0427cfc21
commit
c2afdc0f1f
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@ RUN apk -U --no-cache add \
|
||||||
cd /opt/snare/ && \
|
cd /opt/snare/ && \
|
||||||
pip3 install --no-cache-dir --upgrade pip setuptools && \
|
pip3 install --no-cache-dir --upgrade pip setuptools && \
|
||||||
pip3 install --no-cache-dir -r requirements.txt && \
|
pip3 install --no-cache-dir -r requirements.txt && \
|
||||||
python3.6 setup.py install && \
|
/usr/bin/python3.6 setup.py install && \
|
||||||
cd / && \
|
cd / && \
|
||||||
rm -rf /opt/snare && \
|
rm -rf /opt/snare && \
|
||||||
clone --target http://example.com && \
|
clone --target http://example.com && \
|
||||||
|
|
Loading…
Reference in a new issue