mirror of
https://github.com/telekom-security/tpotce.git
synced 2025-05-10 18:31:56 +00:00
Fixed
DockerHub already uses 3.7
This commit is contained in:
parent
c2afdc0f1f
commit
4164b75bea
1 changed files with 1 additions and 1 deletions
|
@ -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 && \
|
||||
/usr/bin/python3.6 setup.py install && \
|
||||
python3 setup.py install && \
|
||||
cd / && \
|
||||
rm -rf /opt/snare && \
|
||||
clone --target http://example.com && \
|
||||
|
|
Loading…
Reference in a new issue