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 # Include dist
ADD dist/ /root/dist/ ADD dist/ /root/dist/
# #
# Install packages # Install packages
RUN sed -i 's/dl-cdn/dl-2/g' /etc/apk/repositories && \ RUN apk -U add \
apk -U add \
git \ git \
libcap \ libcap \
py3-pip \ py3-pip \