mirror of
https://github.com/telekom-security/tpotce.git
synced 2025-07-01 20:42:11 +00:00
reduce image size
This commit is contained in:
parent
6119c3a30a
commit
4e1340ab9e
1 changed files with 1 additions and 1 deletions
|
@ -25,7 +25,7 @@ RUN apk -U --no-cache add \
|
|||
adduser -S -s /bin/ash -u 2000 -D -g 2000 cowrie && \
|
||||
|
||||
# Install cowrie from git
|
||||
git clone https://github.com/micheloosterhof/cowrie /home/cowrie/cowrie/ && \
|
||||
git clone --depth=1 https://github.com/micheloosterhof/cowrie /home/cowrie/cowrie/ && \
|
||||
cd /home/cowrie/cowrie && \
|
||||
pip install --no-cache-dir --upgrade cffi pip && \
|
||||
pip install --no-cache-dir --upgrade -r requirements.txt && \
|
||||
|
|
Loading…
Reference in a new issue