mirror of
https://github.com/telekom-security/tpotce.git
synced 2025-04-20 06:02:24 +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++ && \
|
||||
rm -rf /var/cache/apk/* \
|
||||
/opt/go \
|
||||
/root/dist
|
||||
/root/dist \
|
||||
/tmp
|
||||
#
|
||||
# Start medpot
|
||||
WORKDIR /opt/medpot
|
||||
|
|
Loading…
Reference in a new issue