Files
debian-base/debian/bullseye/Dockerfile
fithwum 3711cffb1f
All checks were successful
Build and Push Multi-Arch Docker Images / build (push) Successful in 2m11s
updates
2025-07-03 07:22:06 -07:00

4 lines
88 B
Docker

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