FROM almalinux:8
LABEL maintainer="Timothée Couble <timothee.couble@kitware.com>"

COPY install_deps.sh /root/install_deps.sh
RUN sh /root/install_deps.sh

# CMake and ninja will be installed here
RUN mkdir /root/.bin

COPY install_qt6.sh /root/install_qt6.sh
RUN sh /root/install_qt6.sh
