From c155c96945bc074cbfe66bbd4f08b49fa764f915 Mon Sep 17 00:00:00 2001 From: t3chn0m4g3 Date: Thu, 5 Dec 2024 18:14:27 +0100 Subject: [PATCH] tweaking --- docker/tpotinit/Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docker/tpotinit/Dockerfile b/docker/tpotinit/Dockerfile index 37c27ad3..4b89efba 100644 --- a/docker/tpotinit/Dockerfile +++ b/docker/tpotinit/Dockerfile @@ -4,7 +4,8 @@ FROM alpine:edge COPY dist/ /opt/tpot/ # # Install packages -RUN apk --no-cache -U add \ +RUN apk --no-cache -U upgrade && \ + apk --no-cache -U add \ aria2 \ apache2-utils \ bash \ @@ -18,7 +19,6 @@ RUN apk --no-cache -U add \ grep \ iproute2 \ iptables \ -# iptables-legacy \ jq \ logrotate \ lsblk \