Files
CMake/.gitlab/ci/docker/fedora31/Dockerfile
T
Ben Boeckel 68903ae238 ci: add a Docker container for building CMake
Since we're starting with just `clang-tidy`, external deps are not
included right now.
2020-04-29 11:16:44 -04:00

6 lines
137 B
Docker

FROM fedora:31
MAINTAINER Ben Boeckel <ben.boeckel@kitware.com>
COPY install_deps.sh /root/install_deps.sh
RUN sh /root/install_deps.sh