prep rebuild for adbhoney, cyberchef

This commit is contained in:
t3chn0m4g3
2021-09-20 09:15:28 +00:00
parent ed0c5aa89f
commit e9c03e512c
4 changed files with 6 additions and 5 deletions

View File

@ -1,4 +1,4 @@
FROM alpine:3.13
FROM alpine:3.14
#
# Include dist
ADD dist/ /root/dist/
@ -23,7 +23,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.8 && \
setcap cap_net_bind_service=+ep /usr/bin/python3.9 && \
#
# Clean up
apk del --purge git \