FROM node:23-bookworm

RUN curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh

ENTRYPOINT ["/bin/bash", "-l", "-c"]