Skip to content
Snippets Groups Projects
Commit c0ceac01 authored by Martin Killenberg's avatar Martin Killenberg
Browse files

added muparser to Ubuntu docker containers

parent 5c4805ef
No related branches found
No related tags found
No related merge requests found
......@@ -37,6 +37,7 @@ RUN apt-get update && \
apt-get install -y libjsoncpp-dev && \
apt-get install -y python3-pytest && \
apt-get install -y libxerces-c-dev && \
apt-get install -y libmuparser-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
......
......@@ -36,7 +36,8 @@ RUN apt-get update && \
libarmadillo-dev \
libjsoncpp-dev \
python3-pytest \
libxerces-c-dev && \
libxerces-c-dev \
libmuparser-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
......
......@@ -39,6 +39,7 @@ RUN apt-get update && \
apt-get install -y libjsoncpp-dev && \
apt-get install -y python3-pytest && \
apt-get install -y libxerces-c-dev && \
apt-get install -y libmuparser-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