debian-base/Dockerfile.base

4 lines
57 B
Docker

FROM scratch
ADD rootfs.tar.gz /
CMD ["/bin/bash", "-l"]