FROM debian:trixie-backports

RUN apt update
RUN apt install -y --no-install-recommends \
        gcc \
        ninja-build \
        libc-dev \
        libwayland-dev \
        libxkbcommon-dev \
        xorg-dev \
        libglew-dev
RUN apt install -y --no-install-recommends -t trixie-backports cmake
