summaryrefslogtreecommitdiffstats
path: root/.gitlab/ci/docker/gcc_cxx_modules/Dockerfile
blob: d8e823889d349328d0e759814e3a5b26dce119b0 (plain)
1
2
3
4
5
6
7
8
9
FROM fedora:38
MAINTAINER Ben Boeckel <ben.boeckel@kitware.com>

# Install build dependencies for packages.
COPY install_deps.sh /root/install_deps.sh
RUN sh /root/install_deps.sh

COPY install_gcc.sh /root/install_gcc.sh
RUN sh /root/install_gcc.sh