Skip to content

Commit

Permalink
Specific version of redis to work with celery
Browse files Browse the repository at this point in the history
This is needed for using with pretalx-docker due to pretalx#534 and celery/celery#5175
  • Loading branch information
realitygaps committed Dec 5, 2018
1 parent 60ee0f4 commit 9efda8a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Expand Up @@ -20,7 +20,8 @@ RUN mkdir /static && \
pip3 install -U pip setuptools wheel typing && \
pip3 install -e src/ && \
pip3 install django-redis pylibmc mysqlclient psycopg2 && \
pip3 install gunicorn && \
pip3 install gunicorn && \
pip3 install redis==2.10.6 && \
chmod +x /usr/local/bin/pretalx

RUN mkdir -p /data/logs /data/media
Expand Down

0 comments on commit 9efda8a

Please sign in to comment.