treetrail-backend/Containerfile.ci

8 lines
324 B
Text
Raw Normal View History

2024-10-26 14:13:16 +02:00
FROM debian:trixie-slim
RUN apt-get update && \
apt-get install --no-install-recommends -y python-is-python3 python3-pip python3-venv nodejs git podman buildah pipx && \
apt-get clean && rm -rf /var/lib/apt/lists/* && rm -rf /root/.cache && \
rm -rf /root/.cache && \
pip install --break-system-packages uv