sunders/data_handler_python/Containerfile
Renovate 773b5e3356
Some checks failed
Build (and tag) Images / build (push) Successful in 1m2s
Build (and tag) Images / build (pull_request) Successful in 48s
images.yml / chore(deps): update quay.io/fedora/fedora-minimal docker tag to v44 (pull_request) Failing after 0s
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/