We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a36137f commit a0aacd4Copy full SHA for a0aacd4
dev/Dockerfile
@@ -45,7 +45,7 @@ COPY ./manage.py /usr/local/bin/
45
46
RUN apt-get update && \
47
apt-get install -y --no-install-recommends libmemcached-dev libpcre3-dev gosu gcc ca-certificates curl && \
48
- pip install --no-cache-dir social-auth-app-django "gunicorn==19.3.0" psycopg2-binary pylibmc pysolr "elasticsearch==2.4.1" && \
+ pip install --no-cache-dir social-auth-app-django "gunicorn==19.3.0" "psycopg2-binary<2.9" pylibmc pysolr "elasticsearch==2.4.1" && \
49
pip install --no-cache-dir /dist/*.whl && \
50
rm -rf /dist && \
51
adduser --system --group --shell /bin/bash wirecloud && \
0 commit comments