mirror of
https://github.com/telekom-security/tpotce.git
synced 2025-07-01 12:32:12 +00:00
prep for rebuild, bump map to 2.2.7
This commit is contained in:
parent
fd8061eacf
commit
1d2592bb30
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@ RUN apk --no-cache -U upgrade && \
|
||||||
# Install from GitHub and setup
|
# Install from GitHub and setup
|
||||||
mkdir -p /opt && \
|
mkdir -p /opt && \
|
||||||
cd /opt/ && \
|
cd /opt/ && \
|
||||||
git clone https://github.com/t3chn0m4g3/t-pot-attack-map -b 2.2.6 && \
|
git clone https://github.com/t3chn0m4g3/t-pot-attack-map -b 2.2.7 && \
|
||||||
cd t-pot-attack-map && \
|
cd t-pot-attack-map && \
|
||||||
pip3 install --break-system-packages --upgrade pip && \
|
pip3 install --break-system-packages --upgrade pip && \
|
||||||
pip3 install --break-system-packages -r requirements.txt && \
|
pip3 install --break-system-packages -r requirements.txt && \
|
||||||
|
|
Loading…
Reference in a new issue