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

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

COPY install_ispc.sh /root/install_ispc.sh
RUN sh /root/install_ispc.sh