From 97fd3c5dc24eedfcf040c442e010546857932e99 Mon Sep 17 00:00:00 2001
From: Andreas Romeyke <andreas.romeyke@slub-dresden.de>
Date: Thu, 5 Jan 2023 11:17:19 +0100
Subject: [PATCH] - added clamav-daemon, patching config and restart

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

diff --git a/gitlab-ci/Dockerfile b/gitlab-ci/Dockerfile
index 71b05e8..8789b76 100644
--- a/gitlab-ci/Dockerfile
+++ b/gitlab-ci/Dockerfile
@@ -20,7 +20,11 @@ RUN apt-get update; \
       openjdk-17-jdk \
       junit4 \
       git \
+      clamav-daemon \
     ;
 RUN apt-file update;
 RUN git clone https://github.com/ExLibrisGroup/Rosetta.dps-sdk-projects.git
 RUN ln -s ${EXLIBRIS_REPODIR} ${EXLIBRIS_PATH}
+RUN echo TCPSocket 3310 >> /etc/clamav/clamd.conf
+RUN echo TCPAddr 127.0.0.1 >> /etc/clamav/clamd.conf
+RUN systemctl clamav-daemon start
-- 
GitLab