diff --git a/ckan-datapusher/Dockerfile b/ckan-datapusher/Dockerfile index c2a7357..5541389 100644 --- a/ckan-datapusher/Dockerfile +++ b/ckan-datapusher/Dockerfile @@ -31,6 +31,13 @@ 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