mirror of
https://github.com/telekom-security/tpotce.git
synced 2025-07-02 01:27:27 -04:00
bump honeysap to alpine3.11
This commit is contained in:
@ -1,4 +1,4 @@
|
|||||||
FROM alpine:3.10
|
FROM alpine:3.11
|
||||||
#
|
#
|
||||||
# Include dist
|
# Include dist
|
||||||
ADD dist/ /root/dist/
|
ADD dist/ /root/dist/
|
||||||
@ -8,7 +8,6 @@ RUN apk -U --no-cache add \
|
|||||||
build-base \
|
build-base \
|
||||||
git \
|
git \
|
||||||
libstdc++ \
|
libstdc++ \
|
||||||
py2-markupsafe \
|
|
||||||
python2 \
|
python2 \
|
||||||
python2-dev \
|
python2-dev \
|
||||||
py2-pip \
|
py2-pip \
|
||||||
@ -22,6 +21,7 @@ RUN apk -U --no-cache add \
|
|||||||
mkdir conf && \
|
mkdir conf && \
|
||||||
cp /root/dist/* conf/ && \
|
cp /root/dist/* conf/ && \
|
||||||
python setup.py install && \
|
python setup.py install && \
|
||||||
|
pip install markupsafe && \
|
||||||
pip install -r requirements-optional.txt && \
|
pip install -r requirements-optional.txt && \
|
||||||
#
|
#
|
||||||
# Setup user, groups and configs
|
# Setup user, groups and configs
|
||||||
|
@ -14,6 +14,6 @@ services:
|
|||||||
- honeysap_local
|
- honeysap_local
|
||||||
ports:
|
ports:
|
||||||
- "3299:3299"
|
- "3299:3299"
|
||||||
image: "ghcr.io/telekom-security/honeysap:2006"
|
image: "dtagdevsec/honeysap:2006"
|
||||||
volumes:
|
volumes:
|
||||||
- /data/honeysap/log:/opt/honeysap/log
|
- /data/honeysap/log:/opt/honeysap/log
|
||||||
|
Reference in New Issue
Block a user