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

fixed path to libzqm

parent 43e1880d
No related branches found
No related tags found
No related merge requests found
......@@ -19,7 +19,7 @@ RUN zypper refresh && \
zypper install -y kernel-devel && \
zypper install -y hdf5-devel rpcbind libtirpc-devel openldap2-devel zeromq-devel libnsl-devel && \
useradd -u 30996 msk_jenkins && \
ln -sfn /usr/lib64/x86_64-linux-gnu/libzmq.so.5 /usr/lib64/x86_64-linux-gnu/libzmq.so.3
ln -sfn /usr/lib64/libzmq.so.5 /usr/lib64/libzmq.so.3
# NOTE: This last line (symlink for libzmq.so.3) is a hack for a bug in DOOCS serverlib, which has the version number hardcoded.
......
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