PastryArmor

Results 2 issues of PastryArmor

I've been trying to get CKAN running on my MAC OS with M1 chip. After doing `docker compose build` and then `docker compose up -d` got CKAN to work. But...

When trying to install DCAT with the script provided in dockerfile.dev I immediately get an error trying to build Docker. ``` RUN pip3 install -e git+https://github.com/ckan/[email protected]#egg=ckanext-dcat && \ pip3 install...