CI container with uv

This commit is contained in:
phil 2024-10-23 16:58:04 +02:00
parent 594d2afc58
commit a93ae20779
2 changed files with 2 additions and 2 deletions

View file

@ -3,7 +3,7 @@ MAINTAINER philo email phil.dev@philome.mooo.com
RUN apt update
RUN apt install --no-install-recommends -y python-is-python3 python3-pip python3-venv nodejs git
RUN pip install --break-system-packages pdm
RUN pip install --break-system-packages uv
RUN apt-get clean && \
rm -rf /var/lib/apt/lists/*