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

fixed a strange problem...

parent 2454f988
No related branches found
No related tags found
No related merge requests found
......@@ -22,8 +22,8 @@ RUN zypper refresh && \
useradd -u 30996 msk_jenkins && \
ln -sfn /usr/lib64/libzmq.so.5 /usr/lib64/libzmq.so.3
RUN echo "Defaults set_home" >> /etc/sudoers \
sudo -u msk_jenkins git config --global http.proxy http://xfelproxy.desy.de:3128 \
RUN echo "Defaults set_home" >> /etc/sudoers
RUN sudo -u msk_jenkins git config --global http.proxy http://xfelproxy.desy.de:3128 \
sudo -u msk_jenkins git config --global https.proxy http://xfelproxy.desy.de:3128 \
# 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