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

added libxerces-c-dev to xenial and bionic

parent 233b1c3a
No related branches found
No related tags found
Loading
......@@ -36,6 +36,7 @@ RUN apt-get update && \
apt-get install -y libarmadillo-dev && \
apt-get install -y libjsoncpp-dev && \
apt-get install -y python3-pytest && \
apt-get install -y libxerces-c-dev && \
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 && \
pip3 install meson
......
......@@ -37,6 +37,7 @@ RUN apt-get update && \
apt-get install -y libarmadillo-dev && \
apt-get install -y libjsoncpp-dev && \
apt-get install -y python3-pytest && \
apt-get install -y libxerces-c-dev && \
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 && \
pip3 install pip --upgrade && \
......
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