diff --git a/SubSystems/RAServices/Dockerfile b/SubSystems/RAServices/Dockerfile
index da934a72e02d25b697860f52c556f4f5f0f6ea47..1d8027711ed75c902c8eb89c91d99f8bf6058a50 100644
--- a/SubSystems/RAServices/Dockerfile
+++ b/SubSystems/RAServices/Dockerfile
@@ -2,6 +2,6 @@ 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
+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
 RUN adduser lofarsys
 USER lofarsys