Initial commit
This commit is contained in:
commit
f4cf78603a
25 changed files with 2895 additions and 0 deletions
11
Containerfile.backend_ci_base
Normal file
11
Containerfile.backend_ci_base
Normal 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
|
Loading…
Add table
Add a link
Reference in a new issue