Skip to content
Snippets Groups Projects
Commit 97fd3c5d authored by Andreas Romeyke's avatar Andreas Romeyke
Browse files

- added clamav-daemon, patching config and restart

parent c0ef830c
No related branches found
No related tags found
No related merge requests found
......@@ -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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment