reduce image size

This commit is contained in:
Marco Ochse 2018-05-15 19:42:21 +00:00
parent 6119c3a30a
commit 4e1340ab9e

View file

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