Skip to content
Snippets Groups Projects
Commit cc7c3d06 authored by Jan David Mol's avatar Jan David Mol
Browse files

Task LSMR-102: Added missing dependency for drf-yasg

parent 5db94aae
No related branches found
No related tags found
1 merge request!87Lsmr epic
......@@ -13,7 +13,7 @@ RUN apt-get -y install make cmake g++ subversion python3 git
# LOFAR build dependencies
RUN apt-get -y install liblog4cplus-dev python3-dev libldap2-dev libsasl2-dev
RUN apt-get -y install python3-pip && pip3 install django djangorestframework 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
RUN apt-get -y install python3-pip && pip3 install django djangorestframework 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
# Install LOFAR packages
RUN mkdir /src && \
......
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