test fix
Some checks failed
Build, Upload RootFS, and Push Docker Images, update changelog, update build info. / build-and-push-rootfs-archives (push) Failing after 8m55s
Build, Upload RootFS, and Push Docker Images, update changelog, update build info. / Build & Push Docker Images (bookworm) (push) Has been skipped
Build, Upload RootFS, and Push Docker Images, update changelog, update build info. / Build & Push Docker Images (bullseye) (push) Has been skipped
Build, Upload RootFS, and Push Docker Images, update changelog, update build info. / Build & Push Docker Images (trixie) (push) Has been skipped
Build, Upload RootFS, and Push Docker Images, update changelog, update build info. / generate-changelogs (push) Has been skipped
Build, Upload RootFS, and Push Docker Images, update changelog, update build info. / generate-build-info (push) Has been skipped

This commit is contained in:
2025-12-20 11:04:54 -08:00
parent 9f820dc9bd
commit 64daf2db48
3 changed files with 86 additions and 9 deletions

View File

@@ -3,6 +3,7 @@ FROM debian:latest
ARG VERSION
ENV VERSION=${VERSION}
ENV OUTPUT_DIR=/output
ENV DEBIAN_FRONTEND=noninteractive
RUN apt-get update && apt-get install -y \