FROM docker.io/rust:1.64.0-slim-bullseye

RUN apt-get update \
    && apt-get install -y libssl-dev pkg-config \
    && apt-get clean
