diff --git a/ckan-datapusher/Dockerfile b/ckan-datapusher/Dockerfile index febe4bf..464f4a9 100644 --- a/ckan-datapusher/Dockerfile +++ b/ckan-datapusher/Dockerfile @@ -33,13 +33,6 @@ RUN \ && find /srv/ckan-datapusher/src -name '.git*' -exec rm -rf {} + \ && rm -rf /root/.cache -COPY docker/ / - -RUN \ - # Hackfix the self-signed certificate verification - cd /usr/lib/python2.7/site-packages \ - && patch -p0