bump honeysap to alpine3.11

This commit is contained in:
t3chn0m4g3 2021-09-24 15:47:05 +00:00
parent f5d11bb008
commit 44749fe9e7
2 changed files with 3 additions and 3 deletions

View file

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

View file

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