diff --git a/SAS/LSMR/src/CMakeLists.txt b/SAS/LSMR/src/CMakeLists.txt index d5c88c6a6af8752bcb47af25afc7b7be70a577f7..163fb544fdb849aa896185d8d2f7b13bc0468184 100644 --- a/SAS/LSMR/src/CMakeLists.txt +++ b/SAS/LSMR/src/CMakeLists.txt @@ -13,7 +13,9 @@ find_python_module(markdown REQUIRED) 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(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 find_python_module(drf_yasg REQUIRED) # pip install drf-yasg diff --git a/SubSystems/RAServices/Dockerfile b/SubSystems/RAServices/Dockerfile index d9101b493cd65880a302c518d267d09ac715fad6..722cae4671a7ac64eb9204e55b135925ac818f67 100644 --- a/SubSystems/RAServices/Dockerfile +++ b/SubSystems/RAServices/Dockerfile @@ -2,6 +2,9 @@ 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 gettext postgresql-server which 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 USER lofarsys + + +