prepare for honeypy

This commit is contained in:
t3chn0m4g3
2019-03-10 18:15:59 +00:00
parent d9e5331a84
commit 6f30322ad5
7 changed files with 41 additions and 4 deletions

View File

@ -4,7 +4,8 @@ FROM alpine
ADD dist/ /root/dist/
# Setup env and apt
RUN apk -U add \
RUN sed -i 's/dl-cdn/dl-4/g' /etc/apk/repositories && \
apk -U --no-cache add \
bash \
curl \
git \