Skip to content

Commit

Permalink
Specific version of redis to work with celery
Browse files Browse the repository at this point in the history
  • Loading branch information
realitygaps authored and rixx committed Dec 6, 2018
1 parent 916e7dd commit 6c5f9c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker.diff
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
+RUN pip3 install -U pip setuptools wheel typing && \
pip3 install -e src/ && \
- pip3 install django-redis pylibmc mysqlclient psycopg2 && \
+ pip3 install django-redis pylibmc mysqlclient psycopg2-binary && \
+ pip3 install django-redis pylibmc mysqlclient psycopg2-binary redis==2.10.6 && \
pip3 install gunicorn && \
chmod +x /usr/local/bin/pretalx

Expand Down

0 comments on commit 6c5f9c3

Please sign in to comment.