mirror of
https://github.com/telekom-security/tpotce.git
synced 2025-05-13 19:58:08 +00:00
tweaking
This commit is contained in:
parent
9815453623
commit
4c74690c41
1 changed files with 0 additions and 3 deletions
|
@ -33,9 +33,6 @@ RUN apk --no-cache -U add \
|
|||
addgroup -g 2000 tpot && \
|
||||
adduser -S -s /bin/ash -u 2000 -D -g 2000 tpot && \
|
||||
#
|
||||
# Install tpot
|
||||
cp /root/dist/entrypoint.sh . && \
|
||||
#
|
||||
# Clean up
|
||||
apk del --purge git && \
|
||||
rm -rf /root/* /tmp/* && \
|
||||
|
|
Loading…
Reference in a new issue