Merge branch '60-reporting-make-output-pdf-less-basic-and-more-advanced' into 'master'
[pub/jan/aic18.git] / service-analysis / Dockerfile
index ad239ec90879ddb796656346ce9b6524ae2908eb..be70c7c4eb2136b3b72f309eb7c74176110eb7e3 100644 (file)
@@ -6,6 +6,8 @@ COPY    . /app/
 
 RUN            pip install -r requirements.txt
 
+RUN            python -m textblob.download_corpora
+
 RUN            chmod a+x *.py
 
 CMD            ["python3.7", "./sentiment_analysis.py"]