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

- docker failed, therefore reverted chown for clamav to ci-jobs

parent df6b6dd3
No related branches found
No related tags found
No related merge requests found
......@@ -59,6 +59,8 @@ test-job:
script:
- ls -lha /exlibris/
- ROSETTASDK=$ROSETTASDK make check_prerequisites
- mkdir -p /var/run/clamav
- chown -R clamav.clamav /var/run/clamav
- /usr/sbin/clamd --debug || cat /var/log/clamav/clamav.log
- ROSETTASDK=$ROSETTASDK make test
......
......@@ -27,6 +27,4 @@ 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