diff --git a/Dockerfile b/Dockerfile
index 0585d0e7285330398ff5f3d360a465860edf7b17..e91e2aa76e82b4b6cfe3340dd9194cb8e029239f 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -145,7 +145,8 @@ RUN yum -y install pylint
 # Install RATS
 #
 WORKDIR $basedir
-RUN wget https://rough-auditing-tool-for-security.googlecode.com/files/rats-2.4.tgz
+#RUN wget https://rough-auditing-tool-for-security.googlecode.com/files/rats-2.4.tgz
+RUN wget http://fossies.org/linux/privat/rats-2.4.tgz
 RUN tar -xzf rats-2.4.tgz
 
 WORKDIR $basedir/rats-2.4