ARG BASE_IMAGE=bluesky
FROM ${BASE_IMAGE}

RUN pixi install -e terminal && rm -rf ~/.cache/rattler
