From 4c74690c418c4b2eb131796ff81d46e2d7f9f215 Mon Sep 17 00:00:00 2001 From: t3chn0m4g3 Date: Thu, 29 Jun 2023 13:29:42 +0200 Subject: [PATCH] tweaking --- docker/tpotinit/Dockerfile | 3 --- 1 file changed, 3 deletions(-) diff --git a/docker/tpotinit/Dockerfile b/docker/tpotinit/Dockerfile index 4d774641..471a7a88 100644 --- a/docker/tpotinit/Dockerfile +++ b/docker/tpotinit/Dockerfile @@ -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/* && \