Files
debian-base/bookworm/Dockerfile
fithwum 1905e09262
Some checks failed
Build, Upload RootFS, and Push Docker Images, update changelog, update build info. / build-and-push-rootfs-archives (push) Has been cancelled
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
Update bookworm/Dockerfile
2025-07-09 19:44:35 -07:00

4 lines
87 B
Docker

FROM scratch
LABEL maintainer="fithwum"
ADD debian-bookworm.tar.bz2 /
CMD ["/bin/bash"]