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/