cleanup and prepare for docker image rebuilds

This commit is contained in:
t3chn0m4g3
2020-06-25 16:14:37 +00:00
parent da7d095d6f
commit ec8f5d9b66
27 changed files with 19 additions and 1438 deletions

View File

@ -1,4 +1,4 @@
FROM alpine:latest
FROM alpine:3.11
#
# Include dist
ADD dist/ /root/dist/
@ -13,7 +13,7 @@ RUN sed -i 's/dl-cdn/dl-2/g' /etc/apk/repositories && \
python2-dev \
py2-pip && \
#
# Upgrade pip, install virtualenv
# Install virtualenv
pip install --no-cache-dir virtualenv && \
#
# Clone honeypy from git

View File

@ -14,7 +14,7 @@ nodename = honeypy
#service_profiles = services.databases.profile, services.linux.profile
# Limit internal log files to a single day. Useful for deployments with limited disk space.
limit_internal_logs = No
limit_internal_logs = Yes
# Directory for internal HoneyPy logs (not external loggers).
# Use leading slash for absolute path, or omit for relative path