Skip to content
Snippets Groups Projects
Commit 6f7af2d0 authored by Jörn Künsemöller's avatar Jörn Künsemöller
Browse files

TMSS-134: Add missing dependencies

parent 69858225
No related branches found
No related tags found
1 merge request!94Resolve TMSS-134
...@@ -14,14 +14,14 @@ RUN yum -y groupinstall 'Development Tools' && \ ...@@ -14,14 +14,14 @@ RUN yum -y groupinstall 'Development Tools' && \
RUN echo "Installing packages for TMSS..." && \ RUN echo "Installing packages for TMSS..." && \
yum -y install https://download.postgresql.org/pub/repos/yum/9.4/redhat/rhel-7-x86_64/pgdg-centos94-9.4-3.noarch.rpm && \ yum -y install https://download.postgresql.org/pub/repos/yum/9.4/redhat/rhel-7-x86_64/pgdg-centos94-9.4-3.noarch.rpm && \
yum -y install postgresql94-devel openldap-devel postgresql94-server which && \ yum -y install postgresql94-devel openldap-devel postgresql94-server which && \
pip3 install django-filter django-auth-ldap coreapi python-ldap-test django-jsonforms django-json-widget "git+git://github.com/nnseva/django-jsoneditor.git" psycopg2-binary markdown ldap3 drf-yasg flex swagger-spec-validator testing.postgresql pip3 install django-filter django-auth-ldap coreapi python-ldap-test django-jsonforms django-json-widget "git+git://github.com/nnseva/django-jsoneditor.git" psycopg2-binary markdown ldap3 drf-yasg flex swagger-spec-validator testing.postgresql mozilla_django_oidc
ENV PATH=$PATH:/usr/pgsql-9.4/bin/ ENV PATH=$PATH:/usr/pgsql-9.4/bin/
RUN echo "Checking out code base" && \ RUN echo "Checking out code base" && \
git clone https://git.astron.nl/ro/lofar.git && \ git clone https://git.astron.nl/ro/lofar.git && \
cd lofar && \ cd lofar && \
git checkout master && \ git checkout TMSS-134 && \
. CMake/gen_LofarPackageList_cmake.sh && \ . CMake/gen_LofarPackageList_cmake.sh && \
PACKAGE=TMSS && \ PACKAGE=TMSS && \
VARIANT=gnucxx11_opt && \ VARIANT=gnucxx11_opt && \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment