sunders/data_handler_python/Containerfile
2025-10-13 16:28:20 +02:00

4 lines
No EOL
156 B
Docker

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