Updated production deployment dependencies

This commit is contained in:
André Böhlke 2017-01-14 18:11:19 +01:00
parent 4b03a7ad5b
commit 57a3f9b786
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@ RUN su -c 'node_modules/.bin/bower --config.interactive=false install' openslide
# INSTALL PYTHON DEPENDENCIES
ADD requirements_production.txt /app/requirements_production.txt
RUN pip install -r /app/requirements_production.txt
RUN pip install daphne psycopg2 asgi_redis
RUN pip install django-redis asgi-redis django-redis-sessions psycopg2
## Clean up
RUN apt-get remove -y python3-pip wget