calcite/iso/9/Containerfile
2024-10-13 16:27:11 -04:00

8 lines
196 B
Docker

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"]