Some cleanup

This commit is contained in:
Reinier Criel 2025-11-06 11:02:03 -08:00
parent a6956db8dc
commit 9bd29056c6
4 changed files with 10 additions and 70 deletions

View file

@ -50,6 +50,7 @@ RUN volta install pnpm@${PNPM_VERSION}
# Install Bun
RUN curl -fsSL https://bun.sh/install | bash
# Install Python and pip (pip3)
RUN apt-get update && apt-get install -y python${PYTHON_VERSION} python3-pip && \
ln -sf /usr/bin/python${PYTHON_VERSION} /usr/local/bin/python3 && \