commit | 681212e7e009e933929c52658e6fd1a47e934005 | [log] [tgz] |
---|---|---|
author | Sapan Bhatia <gwsapan@gmail.com> | Wed Apr 06 19:45:47 2016 +0200 |
committer | Sapan Bhatia <gwsapan@gmail.com> | Wed Apr 06 19:45:47 2016 +0200 |
tree | 44ff67b2874722feea6c7397de2d404e50508f0a | |
parent | d0e8ed85f212e88f127559c544fb8372ecc7beeb [diff] |
Install python logstash
diff --git a/xos/configurations/common/Dockerfile.common b/xos/configurations/common/Dockerfile.common index fd27593..aedd245 100644 --- a/xos/configurations/common/Dockerfile.common +++ b/xos/configurations/common/Dockerfile.common
@@ -40,6 +40,7 @@ RUN pip install pytz RUN pip install django-timezones RUN pip install requests +RUN pip install python-logstash RUN pip install django-crispy-forms RUN pip install django-geoposition RUN pip install django-extensions