FROM mcr.microsoft.com/devcontainers/rust:1-1-bullseye

RUN apt update
RUN apt install -y curl 

RUN apt-get update
RUN apt-get install -y clang
RUN apt-get install -y cmake
