Files
debian-base/buster/Dockerfile
fithwum a78c2ff531
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
Update buster/Dockerfile
2025-07-09 19:44:05 -07:00

4 lines
85 B
Docker

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