mirror of
https://github.com/telekom-security/tpotce.git
synced 2025-07-01 20:42:11 +00:00
rebuild citrixhoneypot for alpine 3.13
This commit is contained in:
parent
a28ee97f13
commit
898f8be4db
1 changed files with 3 additions and 6 deletions
|
@ -1,20 +1,17 @@
|
||||||
FROM alpine:3.12
|
FROM alpine:3.13
|
||||||
#
|
#
|
||||||
# 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 \
|
||||||
openssl \
|
openssl \
|
||||||
py3-pip \
|
py3-pip \
|
||||||
python3 \
|
python3 \
|
||||||
python3-dev && \
|
python3-dev && \
|
||||||
#
|
#
|
||||||
pip3 install --no-cache-dir python-json-logger && \
|
pip3 install --no-cache-dir python-json-logger && \
|
||||||
#
|
#
|
||||||
# Install CitrixHoneypot from GitHub
|
# Install CitrixHoneypot from GitHub
|
||||||
# git clone --depth=1 https://github.com/malwaretech/citrixhoneypot /opt/citrixhoneypot && \
|
|
||||||
# git clone --depth=1 https://github.com/vorband/CitrixHoneypot /opt/citrixhoneypot && \
|
|
||||||
git clone https://github.com/t3chn0m4g3/CitrixHoneypot /opt/citrixhoneypot && \
|
git clone https://github.com/t3chn0m4g3/CitrixHoneypot /opt/citrixhoneypot && \
|
||||||
cd /opt/citrixhoneypot && \
|
cd /opt/citrixhoneypot && \
|
||||||
git checkout f59ad7320dc5bbb8c23c8baa5f111b52c52fbef3 && \
|
git checkout f59ad7320dc5bbb8c23c8baa5f111b52c52fbef3 && \
|
||||||
|
|
Loading…
Reference in a new issue