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

Update pip on every build

parent eb74a749
Branches
Tags
1 merge request!350COBALT fixes from rollout
......@@ -8,6 +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 && \
python3 -m pip install -U pip && \
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.
Please register or to comment