ARG VARIANT="1"
FROM mcr.microsoft.com/devcontainers/rust:${VARIANT}
RUN apt update && apt install -y cmake
