CI: rename container

This commit is contained in:
phil 2024-10-26 14:13:16 +02:00
parent 57a49840b2
commit f6f5507245
2 changed files with 7 additions and 7 deletions

View file

@ -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

7
Containerfile.ci Normal file
View file

@ -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