From ecb847956f5ab6e6eddb251e569db3be54634d89 Mon Sep 17 00:00:00 2001 From: fithwum Date: Wed, 2 Jul 2025 19:54:33 -0700 Subject: [PATCH] build --- debian/bookworm/Dockerfile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/debian/bookworm/Dockerfile b/debian/bookworm/Dockerfile index 1b7fad3..3bd6811 100644 --- a/debian/bookworm/Dockerfile +++ b/debian/bookworm/Dockerfile @@ -1,4 +1,6 @@ FROM scratch LABEL maintainer "fithwum" ADD /debian-bookworm.tar.bz2 / -CMD ["/bin/bash"] \ No newline at end of file +CMD ["/bin/bash"] + +#test \ No newline at end of file