mirror of
https://github.com/rocky-linux/sig-cloud-instance-images.git
synced 2024-12-30 04:40:58 +00:00
4 lines
51 B
Docker
4 lines
51 B
Docker
FROM scratch
|
|
ADD layer.tar.xz /
|
|
|
|
CMD ["/bin/bash"]
|