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

Update gitlab-ci/Dockerfile

parent 7e5676ab
No related branches found
No related tags found
No related merge requests found
...@@ -25,9 +25,6 @@ RUN apt-get update; \ ...@@ -25,9 +25,6 @@ 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 echo TCPSocket 3310 >> /etc/clamav/clamd.conf RUN echo TCPSocket 3310 >> /etc/clamav/clamd.conf ; 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 RUN /usr/bin/freshclam
USER clamav RUN mkdir -p /var/run/clamav && chown -R clamav.clamav /var/run/clamav
RUN mkdir -p /var/run/clamav
USER root
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment