From 5daf70f6d7c3e90c940bb03fa3435de14b389b19 Mon Sep 17 00:00:00 2001 From: "Auke L. Klazema" <klazema@astron.nl> Date: Thu, 31 Oct 2019 15:35:58 +0100 Subject: [PATCH] SW-830: Add Dockerfile for RAServices CI image --- SubSystems/RAServices/Dockerfile | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 SubSystems/RAServices/Dockerfile diff --git a/SubSystems/RAServices/Dockerfile b/SubSystems/RAServices/Dockerfile new file mode 100644 index 00000000000..215c937b986 --- /dev/null +++ b/SubSystems/RAServices/Dockerfile @@ -0,0 +1,12 @@ +FROM centos:centos7.2.1511 AS builder +RUN yum install -y epel-release +RUN yum install -y cmake gcc-c++ make log4cplus log4cplus-devel python3 python3-libs python3-devel boost readline-devel boost-devel python36-django binutils-devel boost-python36 postgresql-devel boost-python36-devel +RUN pip3 install kombu lxml requests pygcn xmljson mysql-connector-python python-dateutil djangorestframework djangorestframework-xml ldap==1.0.2 flask fabric +# ADD ./ /src +# WORKDIR /src +# RUN mkdir -p build/gnucxx11_opt +# WORKDIR build/gnucxx11_opt + +# RUN cmake -DBUILD_PACKAGES="RAServices" ../.. +# RUN make -j + -- GitLab