my-containers/Containerfile.ci

9 lines
329 B
Text
Raw Permalink Normal View History

# Build: podman build -t code.philo.ydns.eu/philorg/python-ci -f Containerfile.ci
FROM code.philo.ydns.eu/philorg/trixie_python:latest
2024-11-02 03:56:53 +01:00
RUN apt-get -y --no-install-recommends install nodejs git python3-pytest python3-httpx buildah podman curl && \
2024-11-02 03:56:53 +01:00
apt-get clean && \
rm -rf /var/lib/apt/listsd/* && \
rm -rf /root/.cache