From aa52321a0cb9b5e2191f7451bf337d16faa99af6 Mon Sep 17 00:00:00 2001 From: Andreas Romeyke <andreas.romeyke@slub-dresden.de> Date: Thu, 5 Jan 2023 18:17:22 +0100 Subject: [PATCH] - fixed aa-disable --- gitlab-ci/Dockerfile | 1 - 1 file changed, 1 deletion(-) diff --git a/gitlab-ci/Dockerfile b/gitlab-ci/Dockerfile index b260fdd..e56ea89 100644 --- a/gitlab-ci/Dockerfile +++ b/gitlab-ci/Dockerfile @@ -25,7 +25,6 @@ RUN apt-get update; \ RUN apt-file update; RUN git clone https://github.com/ExLibrisGroup/Rosetta.dps-sdk-projects.git RUN ln -s ${EXLIBRIS_REPODIR} ${EXLIBRIS_PATH} -RUN aa-disable /usr/sbin/clamd RUN echo TCPSocket 3310 >> /etc/clamav/clamd.conf RUN echo TCPAddr 127.0.0.1 >> /etc/clamav/clamd.conf RUN /usr/bin/freshclam -- GitLab