FROM mcr.microsoft.com/devcontainers/rust:2-1-bullseye
RUN apt-get update && apt-get install -y patchelf && apt-get clean
