diff --git a/faser-daq/Dockerfile b/faser-daq/Dockerfile
index 6360a54605a777244686653ca1b4bbde2443c9d3..12295351ab9a46be455f6396c96e54d184ae0803 100644
--- a/faser-daq/Dockerfile
+++ b/faser-daq/Dockerfile
@@ -15,12 +15,12 @@ RUN yum install -y LCG_96b_Boost_1.70.0_x86_64_centos7_gcc8_opt && \
     export BOOST_VERSION=1.70
     
 # get an up to date version of Git
-RUN cd /tmp/ && \
-    wget https://centos7.iuscommunity.org/ius-release.rpm && \
-    rpm -i --nodeps ius-release.rpm && \
-    yum remove -y git && \
-    yum install -y git2u && \
-    yum clean all
+#RUN cd /tmp/ && \
+#    wget https://centos7.iuscommunity.org/ius-release.rpm && \
+#    rpm -i --nodeps ius-release.rpm && \
+#    yum remove -y git && \
+#    yum install -y git2u && \
+#    yum clean all
     
 # get xrootd for xrdcp
 RUN yum install -y xrootd-client && \