calcite/iso/9/Containerfile

8 lines
196 B
Plaintext
Raw Normal View History

2024-10-13 20:27:11 +00:00
FROM quay.io/fedora/fedora:40-x86_64
COPY files/ks.ks /ks.ks
COPY files/entrypoint.sh /entrypoint.sh
RUN chmod +x /entrypoint.sh
RUN dnf install lorax util-linux -y
ENTRYPOINT ["/entrypoint.sh"]