bump adbhoney, cowrie, honeytrap to 20.06

This commit is contained in:
t3chn0m4g3
2020-02-14 17:22:30 +00:00
parent aa4a93684d
commit faa5667246
7 changed files with 15 additions and 12 deletions

View File

@ -4,7 +4,8 @@ FROM alpine
ADD dist/ /root/dist/
#
# Install packages
RUN apk -U add \
RUN sed -i 's/dl-cdn/dl-2/g' /etc/apk/repositories && \
apk -U add \
git \
libcap \
python3 \
@ -20,7 +21,7 @@ RUN apk -U add \
addgroup -g 2000 adbhoney && \
adduser -S -H -s /bin/ash -u 2000 -D -g 2000 adbhoney && \
chown -R adbhoney:adbhoney /opt/adbhoney && \
setcap cap_net_bind_service=+ep /usr/bin/python3.7 && \
setcap cap_net_bind_service=+ep /usr/bin/python3.8 && \
#
# Clean up
apk del --purge git \

View File

@ -14,7 +14,7 @@ services:
- adbhoney_local
ports:
- "5555:5555"
image: "dtagdevsec/adbhoney:1903"
image: "dtagdevsec/adbhoney:2006"
read_only: true
volumes:
- /data/adbhoney/log:/opt/adbhoney/log