treetrail-backend/Containerfile.ci
phil 735ad5dd9c
Some checks failed
/ build (push) Failing after 25s
CI: improve workflow
2024-10-27 13:35:16 +01:00

8 lines
260 B
Text

# 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