This commit is contained in:
t3chn0m4g3 2023-06-29 13:29:42 +02:00
parent 9815453623
commit 4c74690c41

View file

@ -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/* && \