This will allow users to convert without any dependencies in Python (or other dependencies that might be needed). For example, converting to XML:
# building - needed only once
$ docker build -t test/pystdf .
# running the container
$ docker run -v <path_to_stdf>:/ind.stdf pystdf/test:latest ./scripts/stdf2xml /ind.stdf
This will allow users to convert without any dependencies in Python (or other dependencies that might be needed). For example, converting to XML: