update adbhoney image

This commit is contained in:
t3chn0m4g3 2021-02-12 14:21:31 +00:00
parent 80d9efa729
commit 039f3c115a

View file

@ -1,11 +1,10 @@
FROM alpine:3.12
FROM alpine:3.13
#
# Include dist
ADD dist/ /root/dist/
#
# Install packages
RUN sed -i 's/dl-cdn/dl-2/g' /etc/apk/repositories && \
apk -U add \
RUN apk -U add \
git \
libcap \
py3-pip \