From 4d25d23870b602c9c88ffad0422512db5f5e7874 Mon Sep 17 00:00:00 2001
From: Andreas Romeyke <andreas.romeyke@slub-dresden.de>
Date: Thu, 5 Jan 2023 15:37:08 +0100
Subject: [PATCH] - generate default clamd.conf

---
 gitlab-ci/Dockerfile | 1 +
 1 file changed, 1 insertion(+)

diff --git a/gitlab-ci/Dockerfile b/gitlab-ci/Dockerfile
index e064abc..cfd1c1e 100644
--- a/gitlab-ci/Dockerfile
+++ b/gitlab-ci/Dockerfile
@@ -25,6 +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 echo TCPSocket 3310 >> /etc/clamav/clamd.conf
 RUN echo TCPAddr 127.0.0.1 >> /etc/clamav/clamd.conf
 RUN /usr/bin/freshclam --verbose
-- 
GitLab