mirror of
https://github.com/telekom-security/tpotce.git
synced 2025-07-02 01:27:27 -04:00
tweaking
This commit is contained in:
@ -82,6 +82,7 @@ services:
|
||||
read_only: true
|
||||
volumes:
|
||||
- /data/tanner/log:/var/log/tanner
|
||||
- /data/tanner/files:/opt/tanner/files
|
||||
depends_on:
|
||||
- tanner_api
|
||||
- tanner_web
|
||||
|
@ -4,6 +4,7 @@ FROM alpine
|
||||
RUN apk -U --no-cache add \
|
||||
build-base \
|
||||
git \
|
||||
libcap \
|
||||
linux-headers \
|
||||
python3 \
|
||||
python3-dev && \
|
||||
|
Reference in New Issue
Block a user