Update bullseye/Dockerfile
Some checks failed
Build, Upload RootFS, and Push Docker Images, update changelog, update build info. / build-and-push-docker-images (push) Has been cancelled
Build, Upload RootFS, and Push Docker Images, update changelog, update build info. / generate-changelogs (push) Has been cancelled
Build, Upload RootFS, and Push Docker Images, update changelog, update build info. / generate-build-info (push) Has been cancelled
Build, Upload RootFS, and Push Docker Images, update changelog, update build info. / build-and-push-rootfs-archives (push) Has been cancelled

This commit is contained in:
2025-07-09 19:44:21 -07:00
parent a78c2ff531
commit 6328d7ad1f

View File

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