mirror of
https://github.com/rocky-linux/sig-cloud-instance-images.git
synced 2024-10-31 18:31:23 +00:00
5 lines
51 B
Docker
5 lines
51 B
Docker
FROM scratch
|
|
ADD layer.tar.xz /
|
|
|
|
CMD ["/bin/bash"]
|