Skip to content
Snippets Groups Projects
Unverified Commit 3bdda79e authored by Martin Christoph Hierholzer's avatar Martin Christoph Hierholzer Committed by GitHub
Browse files

Update xenial.docker

parent 8ae612b1
No related branches found
No related tags found
No related merge requests found
...@@ -11,7 +11,7 @@ RUN apt-get update && \ ...@@ -11,7 +11,7 @@ RUN apt-get update && \
apt-get upgrade -y && \ apt-get upgrade -y && \
apt-get dist-upgrade -y && \ apt-get dist-upgrade -y && \
apt-get install -y sudo wget && \ apt-get install -y sudo wget && \
apt-get install -y g++ valgrind cppcheck lcov doxygen procmail make git gdb cmake && \ apt-get install -y g++ valgrind cppcheck lcov doxygen procmail make git gdb cmake meson ninja-build && \
apt-get install -y libboost-all-dev libxml++2.6-dev && \ apt-get install -y libboost-all-dev libxml++2.6-dev && \
apt-get install -y libldap2-dev libzmq3-dev rpcbind && \ apt-get install -y libldap2-dev libzmq3-dev rpcbind && \
apt-get install -y libreadline-dev && \ apt-get install -y libreadline-dev && \
......
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