sunders/data_handler_python/Containerfile

4 lines
No EOL
156 B
Docker

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