Skip to content
Snippets Groups Projects
Unverified Commit d41eec5e authored by Martin Killenberg's avatar Martin Killenberg Committed by GitHub
Browse files

added vim-common (for xxd) and nc to xenial docker file

parent b92ee130
No related branches found
No related tags found
No related merge requests found
......@@ -30,6 +30,8 @@ RUN apt-get update && \
apt-get install -y libpqxx-dev && \
apt-get install -y libfftw3-dev && \
apt-get install -y subversion && \
apt-get install -y vim-common && \
apt-get install -y netcat-openbsd && \
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
......
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