sunders/data_handler_python/Containerfile
Renovate 1f46aef9e9
Some checks failed
images.yml / chore(deps): update quay.io/fedora/fedora-minimal docker tag to v45 (pull_request) Failing after 0s
images.yml / chore(deps): update quay.io/fedora/fedora-minimal docker tag to v45 (push) Failing after 0s
chore(deps): update quay.io/fedora/fedora-minimal docker tag to v45
2026-02-09 17:48:12 +00:00

4 lines
No EOL
156 B
Docker

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