I have a docker file with the following content
FROM python3:7 pip3 install func-timeout RUN (commands)
The problem I am having is that th