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

# Install 'just' as root during the build process
RUN curl --proto '=https' --tlsv1.2 -sSf https://just.systems/install.sh | bash -s -- --to /usr/local/bin
