From cc7c3d06c1c21216dd5c43c2c039f057b9277c57 Mon Sep 17 00:00:00 2001
From: Jan David Mol <mol@astron.nl>
Date: Wed, 5 Dec 2018 09:11:06 +0000
Subject: [PATCH] Task LSMR-102: Added missing dependency for drf-yasg

---
 SAS/LSMR/docker/lsmr/Dockerfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/SAS/LSMR/docker/lsmr/Dockerfile b/SAS/LSMR/docker/lsmr/Dockerfile
index fdc248ff330..960bcff757d 100644
--- a/SAS/LSMR/docker/lsmr/Dockerfile
+++ b/SAS/LSMR/docker/lsmr/Dockerfile
@@ -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 && \
-- 
GitLab