From 7020b1632cefb10f2b2abd36b3b6fef706a2f26a Mon Sep 17 00:00:00 2001
From: Hannah Short <hannah.short@cern.ch>
Date: Fri, 23 Sep 2016 12:12:20 +0200
Subject: [PATCH] Changed rats source

---
 Dockerfile | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/Dockerfile b/Dockerfile
index 0585d0e..e91e2aa 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
-- 
GitLab