mirror of
https://github.com/telekom-security/tpotce.git
synced 2025-07-01 20:42:11 +00:00
rebuild honeysap
This commit is contained in:
parent
95ea079f4d
commit
91483a231d
1 changed files with 3 additions and 3 deletions
|
@ -4,15 +4,15 @@ FROM alpine:3.10
|
||||||
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 --no-cache add \
|
||||||
apk -U --no-cache add \
|
|
||||||
build-base \
|
build-base \
|
||||||
git \
|
git \
|
||||||
libstdc++ \
|
libstdc++ \
|
||||||
py2-markupsafe \
|
py2-markupsafe \
|
||||||
python2 \
|
python2 \
|
||||||
python2-dev \
|
python2-dev \
|
||||||
py2-pip && \
|
py2-pip \
|
||||||
|
tcpdump && \
|
||||||
#
|
#
|
||||||
# Clone honeysap from git
|
# Clone honeysap from git
|
||||||
# git clone --depth=1 https://github.com/SecureAuthCorp/HoneySAP /opt/honeysap && \
|
# git clone --depth=1 https://github.com/SecureAuthCorp/HoneySAP /opt/honeysap && \
|
||||||
|
|
Loading…
Reference in a new issue