Add playbook for building the images
Some checks failed
/ build (push) Failing after 15s

This commit is contained in:
phil 2024-10-30 02:07:05 +01:00
parent 9ca2ea638e
commit 114201d561
8 changed files with 80 additions and 26 deletions

View file

@ -1,8 +0,0 @@
# 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