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

SW-830: Add Dockerfile for RAServices CI image

parent e2ef5f7d
No related branches found
No related tags found
1 merge request!80SW-830: Resolve SW-394
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
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