okfn / docker-ckan

Docker images and Docker Compose setup for CKAN [Not Maintained]
GNU Affero General Public License v3.0
81 stars 91 forks source link

Add dependencies for compiling cryptography #67

Closed Zharktas closed 3 years ago

Zharktas commented 3 years ago

Fixes #66

Similar to #65, but adds rust compiling tools to CKAN base image. Only fixes 2.9 with python3, if similar issue pops up in other images this needs to implemented in those as well.

Can be tested by building the image and running pip install cryptography within it.

amercader commented 3 years ago

Thanks @Zharktas , I added this change (minus the duplicated line :) ) in 72b8fcc. Test pass again: https://github.com/ckan/ckanext-harvest/actions/runs/602860133