openauto/Dockerfile
2024-11-04 13:51:11 +00:00

3 lines
45 B
Docker

FROM scratch
ADD rootfs.tar.xz /
CMD ["bash"]