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

- generate default clamd.conf

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