This commit is contained in:
t3chn0m4g3
2022-01-11 15:43:45 +00:00
parent d6ea4cdde2
commit 7d012726b7
8 changed files with 64 additions and 36 deletions

View File

@ -29,11 +29,11 @@ RUN apk -U add \
/var/log/honeypots && \
cd /opt/ && \
#git clone https://github.com/qeeqbox/honeypots && \
git clone https://github.com/t3chn0m4g3/honeypots && \
git clone https://github.com/t3chn0m4g3/honeypots -b openforreview && \
cd honeypots && \
#git checkout 7c654a3ef2c564ae6f1247bf302d652037080163 && \
pip3 install --upgrade pip && \
pip3 install hiredis && \
pip3 install --ignore-installed hiredis packaging && \
pip3 install . && \
setcap cap_net_bind_service=+ep /usr/bin/python3.9 && \
#