2024-12-27 05:34:29 +01:00
|
|
|
# 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
|
|
|
|
2024-12-27 05:34:29 +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
|
|
|
|
|