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

- fixed permissions for clamd

parent f7fd6f94
No related branches found
No related tags found
No related merge requests found
......@@ -27,4 +27,6 @@ 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 mkdir -p /var/run/clamav
RUN chown -R clamav.clamav /var/run/clamav
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