Add curl in ci image: adjust the registry name to the public instance

This commit is contained in:
phil 2024-12-27 05:34:29 +01:00
parent e65b334271
commit 65b2f9c0a8
3 changed files with 16 additions and 15 deletions

View file

@ -1,7 +1,7 @@
# Build: podman build -t localhost/python-ci -f Containerfile.ci
FROM localhost/trixie_python
# Build: podman build -t code.philo.ydns.eu/philorg/python-ci -f Containerfile.ci
FROM code.philo.ydns.eu/philorg/trixie_python:latest
RUN apt-get -y --no-install-recommends install nodejs git python3-pytest python3-httpx buildah podman && \
RUN apt-get -y --no-install-recommends install nodejs git python3-pytest python3-httpx buildah podman curl && \
apt-get clean && \
rm -rf /var/lib/apt/listsd/* && \
rm -rf /root/.cache