mirror of
https://github.com/telekom-security/tpotce.git
synced 2025-07-02 01:27:27 -04:00
reduce image size
This commit is contained in:
@ -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 && \
|
||||
|
Reference in New Issue
Block a user