CI: improve workflow
Some checks failed
/ build (push) Failing after 25s

This commit is contained in:
phil 2024-10-27 13:35:16 +01:00
parent 9c9b26d036
commit 735ad5dd9c
3 changed files with 13 additions and 8 deletions

View file

@ -1,7 +1,8 @@
FROM debian:trixie-slim
# Build: podman build -t localhost/python-ci -f Containerfile.ci
FROM localhost/trixie_python
RUN apt-get -y --no-install-recommends install nodejs git python3-pytest && \
apt-get clean && \
rm -rf /var/lib/apt/listsd/* && \
rm -rf /root/.cache
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