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