mirror of
https://github.com/telekom-security/tpotce.git
synced 2025-07-01 12:32:12 +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/
|
||||
#
|
||||
# Install packages
|
||||
RUN sed -i 's/dl-cdn/dl-2/g' /etc/apk/repositories && \
|
||||
apk -U --no-cache add \
|
||||
RUN apk -U --no-cache add \
|
||||
build-base \
|
||||
git \
|
||||
libstdc++ \
|
||||
py2-markupsafe \
|
||||
python2 \
|
||||
python2-dev \
|
||||
py2-pip && \
|
||||
py2-pip \
|
||||
tcpdump && \
|
||||
#
|
||||
# Clone honeysap from git
|
||||
# git clone --depth=1 https://github.com/SecureAuthCorp/HoneySAP /opt/honeysap && \
|
||||
|
|
Loading…
Reference in a new issue