From 57a3f9b7864d043ef0397b744b58c50660992625 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20B=C3=B6hlke?= Date: Sat, 14 Jan 2017 18:11:19 +0100 Subject: [PATCH] Updated production deployment dependencies --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index d526902f4..f54b9d658 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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