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

- fixed, clamconf expects type not path

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