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

fix docker files

parent 2fc7002a
No related branches found
No related tags found
No related merge requests found
...@@ -33,7 +33,7 @@ RUN apt-get update && \ ...@@ -33,7 +33,7 @@ RUN apt-get update && \
apt-get install -y vim-common && \ apt-get install -y vim-common && \
apt-get install -y netcat-openbsd && \ apt-get install -y netcat-openbsd && \
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 \ ln -sfn /usr/lib/x86_64-linux-gnu/libzmq.so.5 /usr/lib/x86_64-linux-gnu/libzmq.so.3 && \
pip3 install meson pip3 install meson
RUN echo "Defaults set_home" >> /etc/sudoers && \ RUN echo "Defaults set_home" >> /etc/sudoers && \
......
...@@ -34,7 +34,7 @@ RUN apt-get update && \ ...@@ -34,7 +34,7 @@ RUN apt-get update && \
apt-get install -y vim-common && \ apt-get install -y vim-common && \
apt-get install -y netcat-openbsd && \ apt-get install -y netcat-openbsd && \
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 \ ln -sfn /usr/lib/x86_64-linux-gnu/libzmq.so.5 /usr/lib/x86_64-linux-gnu/libzmq.so.3 && \
pip3 install meson pip3 install meson
RUN echo "Defaults set_home" >> /etc/sudoers && \ RUN echo "Defaults set_home" >> /etc/sudoers && \
......
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