From c42f481ac9d2cf045ab3ad42cb3372cf3ece6c60 Mon Sep 17 00:00:00 2001 From: fithwum Date: Sun, 6 Jul 2025 08:47:01 -0700 Subject: [PATCH] test fix --- Dockerfile | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/Dockerfile b/Dockerfile index 8bd62c4..b296f2a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -5,9 +5,7 @@ ARG VERSION WORKDIR /builder # Install needed Alpine build tools -RUN apk update && apk add --no-cache \ - bash curl wget git sudo jq util-linux coreutils \ - ca-certificates ftp-upload \ +RUN apk update && apk add --no-cache bash curl wget git sudo jq util-linux coreutils ca-certificates \ && update-ca-certificates COPY base-image-script/ base-image-script/