mirror of
https://github.com/telekom-security/tpotce.git
synced 2025-04-20 06:02:24 +00:00
fix git tree error
This commit is contained in:
parent
540d5574d1
commit
1e5e57a52b
1 changed files with 1 additions and 1 deletions
|
@ -41,7 +41,7 @@ RUN apk --no-cache -U add \
|
|||
mkdir -p /home/cowrie && \
|
||||
cd /home/cowrie && \
|
||||
# git clone --depth=1 https://github.com/cowrie/cowrie -b v2.5.0 && \
|
||||
git clone --depth=1 https://github.com/cowrie/cowrie && \
|
||||
git clone https://github.com/cowrie/cowrie && \
|
||||
cd cowrie && \
|
||||
git checkout 3394082040c02d91e79efa2c640ad68da9fe2231 && \
|
||||
mkdir -p log && \
|
||||
|
|
Loading…
Reference in a new issue