Skip to content
Snippets Groups Projects
Commit a2526620 authored by Auke Klazema's avatar Auke Klazema
Browse files

TMSS-208: Install specific and working version of kombu

parent 558b3de3
No related branches found
No related tags found
1 merge request!166Resolve TMSS-208
......@@ -8,7 +8,7 @@ FROM centos:centos7.6.1810
RUN yum -y groupinstall 'Development Tools' && \
yum -y install epel-release && \
yum -y install cmake cmake3 gcc git log4cplus-devel python3 python3-devel python3-pip which wget curl atop valgrind && \
pip3 install kombu requests coverage python-qpid-proton && \
pip3 install kombu==4.6.8 requests coverage python-qpid-proton && \
adduser lofarsys && \
mkdir -p /opt/lofar && chown -R lofarsys:lofarsys /opt
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