mirror of
https://github.com/telekom-security/tpotce.git
synced 2025-07-01 12:32:12 +00:00
fix cleanup medpot
This commit is contained in:
parent
421b3d3020
commit
fc93db2bc4
1 changed files with 2 additions and 1 deletions
|
@ -44,7 +44,8 @@ RUN apk -U --no-cache add \
|
||||||
g++ && \
|
g++ && \
|
||||||
rm -rf /var/cache/apk/* \
|
rm -rf /var/cache/apk/* \
|
||||||
/opt/go \
|
/opt/go \
|
||||||
/root/dist
|
/root/dist \
|
||||||
|
/tmp
|
||||||
#
|
#
|
||||||
# Start medpot
|
# Start medpot
|
||||||
WORKDIR /opt/medpot
|
WORKDIR /opt/medpot
|
||||||
|
|
Loading…
Reference in a new issue