Docker build does not see existing bash script and can't run it
I'm trying to build a docker container for a tool named DECoN (versin 2.0.0). To do so, I'm doing these steps: start FROM the latest bash image RUN the download of the tool's source code and extract it set the…