mirror of
https://github.com/telekom-security/tpotce.git
synced 2025-07-02 01:27:27 -04:00
Update Cowrie to latest master, fix typo
This commit is contained in:
@ -43,9 +43,9 @@ RUN apk --no-cache -U upgrade && \
|
||||
cd /home/cowrie && \
|
||||
git clone https://github.com/cowrie/cowrie && \
|
||||
cd cowrie && \
|
||||
git checkout 49c7c4aac87603e0d2449501c300841a1f59fd0f && \
|
||||
git checkout 7b18207485dbfc218082e82c615d948924429973 && \
|
||||
mkdir -p log && \
|
||||
cp /root/dist/requirements.txt . && \
|
||||
# cp /root/dist/requirements.txt . && \
|
||||
pip3 install --break-system-packages --upgrade --no-cache-dir pip && \
|
||||
pip3 install --break-system-packages --no-cache-dir -r requirements.txt && \
|
||||
#
|
||||
|
Reference in New Issue
Block a user