sunders/data_handler_python/Containerfile
Renovate 773b5e3356
All checks were successful
Build (and tag) Images / build (push) Successful in 1m2s
Build (and tag) Images / build (pull_request) Successful in 48s
chore(deps): update quay.io/fedora/fedora-minimal docker tag to v44
2025-10-25 19:21:55 +02:00

4 lines
No EOL
156 B
Docker

FROM quay.io/fedora/fedora-minimal:44
RUN microdnf install -y python-pip && microdnf clean all && pip install OSMPythonTools
COPY ./lookup_country.py /opt/