mirror of
https://github.com/rocky-linux/sig-cloud-instance-images.git
synced 2025-01-05 15:30:57 +00:00
4 lines
51 B
Docker
4 lines
51 B
Docker
FROM scratch
|
|
ADD layer.tar.xz /
|
|
|
|
CMD ["/bin/bash"]
|