Initial commit

This commit is contained in:
phil 2024-10-23 16:19:51 +02:00
commit f4cf78603a
25 changed files with 2895 additions and 0 deletions

View file

@ -0,0 +1,11 @@
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 pdm
RUN apt-get clean && \
rm -rf /var/lib/apt/lists/*
RUN rm -rf /root/.cache