I just cloned the repository and tried to build the Dockerfile. However the dockerfile is failing while trying to install dependencies, and giving the following error:
> [pfredenv 3/9] RUN yum install -y java perl perl-DBI perl-DBD-mysql wget libgfortran && yum clean all:
#6 0.447 Loaded plugins: ovl, security
#6 0.495 Setting up Install Process
#6 0.620 http://ftp.scientificlinux.org/linux/scientific/6.10/x86_64/os/repodata/repomd.xml: [Errno 14] PYCURL ERROR 22 - "The requested URL returned error: 404 Not Found"
#6 0.621 Trying other mirror.
#6 0.621 To address this issue please refer to the below knowledge base article
#6 0.621
#6 0.621 https://access.redhat.com/articles/1320623
#6 0.621
#6 0.621 If above article doesn't help to resolve this issue please open a ticket with Red Hat Support.
#6 0.621
#6 0.731 http://ftp1.scientificlinux.org/linux/scientific/6.10/x86_64/os/repodata/repomd.xml: [Errno 14] PYCURL ERROR 22 - "The requested URL returned error: 404 Not Found"
#6 0.731 Trying other mirror.
#6 0.824 http://ftp2.scientificlinux.org/linux/scientific/6.10/x86_64/os/repodata/repomd.xml: [Errno 14] PYCURL ERROR 22 - "The requested URL returned error: 404 Not Found"
#6 0.824 Trying other mirror.
#6 1.141 ftp://ftp.scientificlinux.org/linux/scientific/6.10/x86_64/os/repodata/repomd.xml: [Errno 14] PYCURL ERROR 9 - "Server denied you to change to the given directory"
#6 1.141 Trying other mirror.
#6 1.141 Error: Cannot retrieve repository metadata (repomd.xml) for repository: sl. Please verify its path and try again
------

I just cloned the repository and tried to build the Dockerfile. However the dockerfile is failing while trying to install dependencies, and giving the following error: