ckan-docker
ckan-docker copied to clipboard
DCAT plugin
As describe in the ckan/Dockerfile.dev, I added the following lines to Dockerfile
, and run docker compose build
RUN pip3 install -e git+https://github.com/ckan/[email protected]#egg=ckanext-dcat && \
pip3 install -r https://raw.githubusercontent.com/ckan/ckanext-dcat/v0.0.6/requirements.txt
After that, I updated .env
file, adding dcat
to ckan plugins properties.
When I run docker compose up
, I obtain the following error:
ckan.plugins.core.PluginNotFoundException: dcat
Any idea? Do I need to add a setup to ckan/docker-entrypoint.d
?