# Source for quay.io/libpod/nv-rust
# This version should always match the MSRV, when you update this also update
# the version in the root README.md and Cargo.toml.
FROM docker.io/library/rust:1.86
RUN apt-get update && apt-get -y install protobuf-compiler libprotobuf-dev
