mirror of
https://github.com/telekom-security/tpotce.git
synced 2025-07-02 01:27:27 -04:00
fix cleanup medpot
This commit is contained in:
@ -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
|
||||||
|
Reference in New Issue
Block a user