test fix
Some checks failed
Build Alpine RootFS and Docker Image (latest) / build-rootfs (push) Failing after 16s
Build Alpine RootFS and Docker Image (latest) / push-tarball (push) Has been skipped
Build Alpine RootFS and Docker Image (latest) / push-docker (push) Has been skipped
Build Alpine RootFS and Docker Image (latest) / update-changelog (push) Has been skipped
Build Alpine RootFS and Docker Image (latest) / update-build-info (push) Has been skipped

This commit is contained in:
2025-07-06 08:47:01 -07:00
parent 2100591362
commit c42f481ac9

View File

@@ -5,9 +5,7 @@ ARG VERSION
WORKDIR /builder WORKDIR /builder
# Install needed Alpine build tools # Install needed Alpine build tools
RUN apk update && apk add --no-cache \ RUN apk update && apk add --no-cache bash curl wget git sudo jq util-linux coreutils ca-certificates \
bash curl wget git sudo jq util-linux coreutils \
ca-certificates ftp-upload \
&& update-ca-certificates && update-ca-certificates
COPY base-image-script/ base-image-script/ COPY base-image-script/ base-image-script/