mirror of
https://github.com/telekom-security/tpotce.git
synced 2025-07-01 12:32:12 +00:00
tweaking
This commit is contained in:
parent
5b11952899
commit
a4bfa08393
2 changed files with 2 additions and 0 deletions
|
@ -82,6 +82,7 @@ services:
|
||||||
read_only: true
|
read_only: true
|
||||||
volumes:
|
volumes:
|
||||||
- /data/tanner/log:/var/log/tanner
|
- /data/tanner/log:/var/log/tanner
|
||||||
|
- /data/tanner/files:/opt/tanner/files
|
||||||
depends_on:
|
depends_on:
|
||||||
- tanner_api
|
- tanner_api
|
||||||
- tanner_web
|
- tanner_web
|
||||||
|
|
|
@ -4,6 +4,7 @@ FROM alpine
|
||||||
RUN apk -U --no-cache add \
|
RUN apk -U --no-cache add \
|
||||||
build-base \
|
build-base \
|
||||||
git \
|
git \
|
||||||
|
libcap \
|
||||||
linux-headers \
|
linux-headers \
|
||||||
python3 \
|
python3 \
|
||||||
python3-dev && \
|
python3-dev && \
|
||||||
|
|
Loading…
Reference in a new issue