# Baseimage Debin FROM debian # Install clang, cmake, ninja RUN apt-get update RUN apt-get install -y clang cmake ninja-build