diff --git a/Containerfile.backend_ci_base b/Containerfile.backend_ci_base deleted file mode 100644 index 0010a3e..0000000 --- a/Containerfile.backend_ci_base +++ /dev/null @@ -1,7 +0,0 @@ -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 diff --git a/Containerfile.ci b/Containerfile.ci new file mode 100644 index 0000000..7b5c339 --- /dev/null +++ b/Containerfile.ci @@ -0,0 +1,7 @@ +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