commit | 0bde3a118566603077912cfddb59b91a95432e90 | [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 | 5f582429714ee5da15d7ff50cb57c7d88481048c | |
parent | 8dc418abd4f4999d331b549243888a82ea7dbd0c [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