ARG PIXI_IMAGE

FROM $PIXI_IMAGE

# pixi-inspect to inspect produced package, curl to make API calls to prefix.dev channels
RUN pixi global install pixi-inspect curl jq && pixi clean cache -y
