bump qHoneypots to latest master, adjust config for commands input

This commit is contained in:
t3chn0m4g3
2022-06-07 11:19:34 +00:00
parent 8993f59001
commit a28dfec046
4 changed files with 77 additions and 29 deletions

View File

@ -54,7 +54,8 @@ RUN apk -U --no-cache add \
cd /opt/ && \
git clone https://github.com/qeeqbox/honeypots && \
cd honeypots && \
git checkout bee3147cf81837ba7639f1e27fe34d717ecccf29 && \
# git checkout bee3147cf81837ba7639f1e27fe34d717ecccf29 && \
git checkout 473541e1ac45d9a4df98098a5f8fee32a2fddc03 && \
cp /root/dist/setup.py . && \
pip3 install --upgrade pip && \
pip3 install . && \