Skip to content
Snippets Groups Projects
Commit 0f17072e authored by Martin Christoph Hierholzer's avatar Martin Christoph Hierholzer
Browse files

added symlink for libzmq.so.3 also for xenial

parent 46332ac8
No related branches found
No related tags found
No related merge requests found
......@@ -30,8 +30,9 @@ RUN apt-get update && \
apt-get install -y libpqxx-dev && \
apt-get install -y libfftw3-dev && \
apt-get install -y subversion && \
useradd -u 30996 msk_jenkins
useradd -u 30996 msk_jenkins && \
ln -sfn /usr/lib/x86_64-linux-gnu/libzmq.so.5 /usr/lib/x86_64-linux-gnu/libzmq.so.3
ADD lcov-to-cobertura-xml /common/lcov_cobertura-1.6
ADD valgrind.suppressions /common/valgrind.suppressions
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment