FROM python:3-slim
LABEL maintainer="Pablo Orviz <orviz@ifca.unican.es>"
COPY find_doc_files.py /usr/bin
RUN chmod +x /usr/bin/find_doc_files.py
