Skip to content
Snippets Groups Projects
Commit 26a8fec4 authored by Jorrit Schaap's avatar Jorrit Schaap
Browse files

TMSS-163: added missing packages

parent 72e4effe
No related branches found
No related tags found
2 merge requests!110Resolve TMSS-163,!104Resolve TMSS-146
This commit is part of merge request !104. Comments created here will be created in the context of that merge request.
......@@ -7,7 +7,7 @@ FROM centos:centos7.6.1810
RUN yum -y groupinstall 'Development Tools' && \
yum -y install epel-release && \
yum -y install cmake log4cplus-devel python3 python3-devel python3-pip
yum -y install cmake gcc git log4cplus-devel python3 python3-devel python3-pip
RUN adduser lofarsys
......@@ -6,5 +6,4 @@
FROM ci_base:latest
RUN echo "Installing packages for LTA..." && \
yum -y install postgresql-devel && \
pip3 install kombu requests pysimplesoap mysql-connector psycopg2 flask lxml
......@@ -5,7 +5,7 @@
#
FROM ci_base:latest
RUN echo "Installing packages for LCU..." && \
RUN echo "Installing packages for MAC..." && \
yum -y install readline-devel boost-python36-devel hdf5-devel blas-devel lapack-devel cfitsio-devel wcslib-devel autogen postgresql-devel cmake3 libpqxx-devel qpid-cpp-server qpid-cpp-client-devel qpid-tools unittest-cpp-devel && \
pip3 install psycopg2 testing.postgresql lxml mock numpy kombu requests python-dateutil fabric
......@@ -22,6 +22,6 @@ RUN echo "Installing Blitz++" && \
git clone --depth 1 https://github.com/blitzpp/blitz.git && \
mkdir -p /blitz/build && \
cd /blitz/build && \
cmake3 --prefix=/opt/blitz/ .. && \
cmake --prefix=/opt/blitz/ .. && \
make lib && \
make install
\ No newline at end of file
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