diff --git a/ckan/Dockerfile b/ckan/Dockerfile index 5da6ecdf..770ae475 100644 --- a/ckan/Dockerfile +++ b/ckan/Dockerfile @@ -55,7 +55,7 @@ RUN echo ${TZ} > /etc/timezone && \ pip3 install --no-cache-dir -e git+https://github.com/mjanez/ckanext-fluent.git@v1.0.1#egg=ckanext-fluent && \ echo "mjanez/ckanext-schemingdcat" && \ pip3 install --no-cache-dir -e git+https://github.com/mjanez/ckanext-schemingdcat.git@v3.0.0#egg=ckanext_schemingdcat && \ - pip3 install --no-cache-dir -r ${APP_DIR}/src/ckanext-dcat/requirements.txt + pip3 install --no-cache-dir -r ${APP_DIR}/src/ckanext-schemingdcat/requirements.txt # Used to configure the container environment by setting environment variables, creating users, running initialization scripts, .etc COPY docker-entrypoint.d/* /docker-entrypoint.d/