Update trixie/Dockerfile
All checks were successful
Build, Upload RootFS, and Push Docker Images, update changelog, update build info. / build-and-push-rootfs-archives (push) Successful in 9m30s
Build, Upload RootFS, and Push Docker Images, update changelog, update build info. / generate-changelogs (push) Successful in 15s
Build, Upload RootFS, and Push Docker Images, update changelog, update build info. / build-and-push-docker-images (push) Successful in 25s
Build, Upload RootFS, and Push Docker Images, update changelog, update build info. / generate-build-info (push) Successful in 20s

This commit is contained in:
2025-07-09 19:44:49 -07:00
parent 1905e09262
commit 1b11e70d2a

View File

@@ -1,4 +1,4 @@
FROM scratch
LABEL maintainer="fithwum"
ADD /debian-trixie.tar.bz2 /
ADD debian-trixie.tar.bz2 /
CMD ["/bin/bash"]