This commit is contained in:
2025-07-06 08:02:28 -07:00
parent 8784c24a69
commit c8977e577d
3 changed files with 150 additions and 35 deletions

4
latest/Dockerfile Normal file
View File

@@ -0,0 +1,4 @@
FROM scratch
LABEL maintainer="fithwum"
ADD /alpine-base.tar.gz /
CMD ["/bin/bash"]