sunders/data_handler_python/Containerfile
Renovate 3d9755169d
Some checks failed
Build (and tag) Images / build (push) Failing after 20s
Build (and tag) Images / build (pull_request) Successful in 1m17s
chore(deps): update quay.io/fedora/fedora-minimal docker tag to v44
2025-10-25 14:46:30 +00: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/