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

RUN apt update && apt install -y protobuf-compiler
