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