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