diff --git a/gitlab-ci/Dockerfile b/gitlab-ci/Dockerfile
index 153275481aa86540e1c309238718312d26d910ee..4a903fdbef740d6be70adfe7ec980b68c97e5e6a 100644
--- a/gitlab-ci/Dockerfile
+++ b/gitlab-ci/Dockerfile
@@ -44,7 +44,7 @@ RUN apt-get update; \
       && rm -rf /var/lib/apt/lists/* \
     ;
 # dh-make-perl löst über apt-file Datenbank das Perl-Modul auf
-RUN apt-file update;
+# RUN apt-file update;
 
 RUN mkdir -p "$EXTLIB"
 RUN mkdir -p "$PERL_CPANM_HOME"