4 lines
88 B
Docker
4 lines
88 B
Docker
FROM scratch
|
|
LABEL maintainer "fithwum"
|
|
ADD /debian-bookworm.tar.bz2 /
|
|
CMD ["/bin/bash"] |