From 7fac4e688611dab8d71e7f161e1c8bb9e5a38395 Mon Sep 17 00:00:00 2001 From: Andreas Romeyke <andreas.romeyke@slub-dresden.de> Date: Thu, 5 Jan 2023 16:09:22 +0100 Subject: [PATCH] - fixed, clamconf expects type not path --- gitlab-ci/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gitlab-ci/Dockerfile b/gitlab-ci/Dockerfile index cfd1c1e..d7eea3d 100644 --- a/gitlab-ci/Dockerfile +++ b/gitlab-ci/Dockerfile @@ -25,7 +25,7 @@ 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 clamconf -g /etc/clamav/clamd.conf +RUN clamconf -g clamd.conf RUN echo TCPSocket 3310 >> /etc/clamav/clamd.conf RUN echo TCPAddr 127.0.0.1 >> /etc/clamav/clamd.conf RUN /usr/bin/freshclam --verbose -- GitLab