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

- reduce verbosity

parent 038a29fe
No related branches found
No related tags found
No related merge requests found
...@@ -25,7 +25,7 @@ RUN apt-get update; \ ...@@ -25,7 +25,7 @@ RUN apt-get update; \
RUN apt-file update; RUN apt-file update;
RUN git clone https://github.com/ExLibrisGroup/Rosetta.dps-sdk-projects.git RUN git clone https://github.com/ExLibrisGroup/Rosetta.dps-sdk-projects.git
RUN ln -s ${EXLIBRIS_REPODIR} ${EXLIBRIS_PATH} RUN ln -s ${EXLIBRIS_REPODIR} ${EXLIBRIS_PATH}
RUN clamconf -g clamd.conf RUN aa-disable /usr/sbin/clamd
RUN echo TCPSocket 3310 >> /etc/clamav/clamd.conf RUN echo TCPSocket 3310 >> /etc/clamav/clamd.conf
RUN echo TCPAddr 127.0.0.1 >> /etc/clamav/clamd.conf RUN echo TCPAddr 127.0.0.1 >> /etc/clamav/clamd.conf
RUN /usr/bin/freshclam --verbose RUN /usr/bin/freshclam
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment