Skip to content
Snippets Groups Projects
Commit 534b38ec authored by Jens Georg's avatar Jens Georg
Browse files

Ubuntus: Add python3-pytest to installed packages

parent 4e90439f
No related branches found
No related tags found
No related merge requests found
......@@ -35,6 +35,7 @@ RUN apt-get update && \
apt-get install -y netcat-openbsd && \
apt-get install -y libarmadillo-dev && \
apt-get install -y libjsoncpp-dev && \
apt-get install -y python3-pytest && \
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,6 +36,7 @@ RUN apt-get update && \
apt-get install -y netcat-openbsd && \
apt-get install -y libarmadillo-dev && \
apt-get install -y libjsoncpp-dev && \
apt-get install -y python3-pytest && \
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