diff --git a/ckan/Dockerfile b/ckan/Dockerfile index 0bcf236..a1b0326 100644 --- a/ckan/Dockerfile +++ b/ckan/Dockerfile @@ -17,7 +17,7 @@ RUN \ && cd /srv/ckan \ && pip install -U setuptools \ && pip install flask-debugtoolbar \ - && pip install -e 'git+https://github.com/ckan/ckan.git@ff96a5a76adbd25e93f434a44bafbcd79a7ae4cf#egg=ckan' \ + && pip install -e 'git+https://github.com/ckan/ckan.git#egg=ckan' \ # Force psycopg2 version update for compatibility with PostgreSQL 10 && sed -i 's/psycopg2==2.4.5/psycopg2==2.7.1/' /srv/ckan/src/ckan/requirements.txt \ && pip install -r /srv/ckan/src/ckan/requirements.txt \