mirror of
https://github.com/Kitware/CMake.git
synced 2026-05-07 22:59:56 -05:00
68903ae238
Since we're starting with just `clang-tidy`, external deps are not included right now.
6 lines
137 B
Docker
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
|