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

SW-860: added missing dependencies

parent 1986beea
No related branches found
No related tags found
1 merge request!91Resolve SW-860
...@@ -13,7 +13,9 @@ find_python_module(markdown REQUIRED) ...@@ -13,7 +13,9 @@ find_python_module(markdown REQUIRED)
find_python_module(django_filters REQUIRED) # pip install django-filter find_python_module(django_filters REQUIRED) # pip install django-filter
find_python_module(django_auth_ldap REQUIRED) # sudo apt-get install python3-django-python3-ldap python3-django-auth-ldap find_python_module(django_auth_ldap REQUIRED) # sudo apt-get install python3-django-python3-ldap python3-django-auth-ldap
find_python_module(coreapi REQUIRED) # sudo apt-get install python3-coreapi find_python_module(coreapi REQUIRED) # sudo apt-get install python3-coreapi
#find_python_module(jsoneditor REQUIRED) # pip install "git+git://github.com/nnseva/django-jsoneditor.git" find_python_module(django_jsonforms REQUIRED) # pip3 install django-jsonforms
find_python_module(django_json_widget REQUIRED) # pip3 install django-json-widget
find_python_module(jsoneditor REQUIRED) # pip3 install django-jsoneditor
# modules for swagger API export # modules for swagger API export
find_python_module(drf_yasg REQUIRED) # pip install drf-yasg find_python_module(drf_yasg REQUIRED) # pip install drf-yasg
......
...@@ -2,6 +2,9 @@ FROM centos:centos7.2.1511 AS builder ...@@ -2,6 +2,9 @@ FROM centos:centos7.2.1511 AS builder
RUN yum install -y epel-release 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 gettext postgresql-server which 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 gettext postgresql-server which
RUN pip3 install cython RUN pip3 install cython
RUN pip3 install kombu lxml requests pygcn xmljson mysql-connector-python python-dateutil djangorestframework djangorestframework-xml ldap==1.0.2 flask fabric coverage python-qpid-proton PyGreSQL numpy h5py psycopg2 testing.postgresql Flask-Testing scipy Markdown django-filters RUN pip3 install kombu lxml requests pygcn xmljson mysql-connector-python python-dateutil djangorestframework djangorestframework-xml ldap==1.0.2 flask fabric coverage python-qpid-proton PyGreSQL numpy h5py psycopg2 testing.postgresql Flask-Testing scipy Markdown django-filter python-ldap-test ldap3 djangorestframework django-jsonforms django-json-widget django-jsoneditor drf-yasg flex swagger-spec-validator
RUN adduser lofarsys RUN adduser lofarsys
USER lofarsys USER lofarsys
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