Update Cowrie to latest master, fix typo

This commit is contained in:
Marco Ochse
2025-01-21 12:25:21 +01:00
committed by GitHub
parent 8162ce2571
commit bd055f0037
2 changed files with 3 additions and 3 deletions

View File

@ -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 && \
#