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