rebuild honeysap

This commit is contained in:
t3chn0m4g3 2021-02-15 11:46:55 +00:00
parent 95ea079f4d
commit 91483a231d

View file

@ -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 && \