This commit is contained in:
2025-06-30 09:16:15 -07:00
parent ba693f24b8
commit 4e606f6f9b
19 changed files with 400 additions and 0 deletions

4
debian/bookworm/Dockerfile vendored Normal file
View File

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