mirror of
https://github.com/telekom-security/tpotce.git
synced 2025-07-01 20:42:11 +00:00
change repo
This commit is contained in:
parent
bf6fd94ea9
commit
e901334748
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@ RUN apk -U upgrade && \
|
||||||
# Get and install packages
|
# Get and install packages
|
||||||
mkdir -p /opt/ && \
|
mkdir -p /opt/ && \
|
||||||
cd /opt/ && \
|
cd /opt/ && \
|
||||||
git clone --depth=1 https://github.com/vorband/ciscoasa_honeypot && \
|
git clone --depth=1 https://github.com/cymmetria/ciscoasa_honeypot && \
|
||||||
cd ciscoasa_honeypot && \
|
cd ciscoasa_honeypot && \
|
||||||
pip3 install --no-cache-dir --upgrade pip && \
|
pip3 install --no-cache-dir --upgrade pip && \
|
||||||
pip3 install --no-cache-dir -r requirements.txt && \
|
pip3 install --no-cache-dir -r requirements.txt && \
|
||||||
|
|
Loading…
Reference in a new issue