FROM mcr.microsoft.com/vscode/devcontainers/python:3.11

SHELL ["/bin/bash", "-c"]

# Install rye
RUN curl -sSf https://rye-up.com/get | RYE_INSTALL_OPTION="--yes" bash
