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
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:
@@ -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/
|
||||
|
||||
Reference in New Issue
Block a user