treetrail-backend/Containerfile.backend_ci_base
phil 25ce207ee3
Some checks failed
/ install (push) Failing after 2s
CI rename action as test;use volume for uv cache
2024-10-23 18:20:24 +02:00

7 lines
301 B
Text

FROM debian:trixie-slim
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 uv
RUN apt-get clean && rm -rf /var/lib/apt/lists/* && rm -rf /root/.cache