FROM fedora:31

RUN dnf install -y \
    cmake \
    diffutils \
    file \
    findutils \
    gcc-c++ \
    git \
    make \
    ninja-build
