cowrie, test reduce build times

This commit is contained in:
t3chn0m4g3
2022-03-12 14:27:34 +00:00
parent f39b371d6b
commit 96d5986407
3 changed files with 18 additions and 5 deletions

View File

@ -6,8 +6,7 @@ RUN apk --no-cache -U add \
libcap \
openssl \
py3-pip \
python3 \
python3-dev && \
python3 && \
#
pip3 install --no-cache-dir python-json-logger && \
#
@ -33,8 +32,7 @@ RUN apk --no-cache -U add \
#
# Clean up
apk del --purge git \
openssl \
python3-dev && \
openssl && \
rm -rf /root/* && \
rm -rf /opt/citrixhoneypot/.git && \
rm -rf /var/cache/apk/*